UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f9f99c6d authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'thanos-default-retention' into 'master'

Thanos default retention

Closes big-bang/product/packages/thanos#65

See merge request !4705
parents df0e45d7 fd770bfb
No related branches found
No related tags found
1 merge request!4705Thanos default retention
Pipeline #3472841 passed
......@@ -54,6 +54,15 @@ networkPolicies:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
storegateway:
enabled: true
compactor:
enabled: true
retentionResolutionRaw: 30d
retentionResolution5m: 30d
retentionResolution1h: 10y
query:
dnsDiscovery:
# to allow lookups to work with and without Istio enabled, we disable k8s dns service
......@@ -94,6 +103,12 @@ storegateway:
useEndpointGroup: true
endpoint: {{ .Values.addons.thanos.objectStorage.endpoint }}
compactor:
enabled: true
retentionResolutionRaw: 30d
retentionResolution5m: 30d
retentionResolution1h: 30d
query:
extraFlags:
- "--endpoint=dns+monitoring-monitoring-kube-thanos-discovery.monitoring.svc.cluster.local:{{- dig "values" "query" "containerPorts" "grpc" 10901 .Values.addons.thanos }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment