UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fd770bfb authored by Jimmy Ungerman's avatar Jimmy Ungerman Committed by Michael Martin
Browse files

Thanos default retention

parent 7e64da59
No related branches found
No related tags found
1 merge request!4705Thanos default retention
......@@ -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