From 01807fc8a3bfac710458919a10e84edde58644e3 Mon Sep 17 00:00:00 2001 From: "piotr.machaj" <piotr.machaj@aquia.io> Date: Fri, 19 Jul 2024 13:03:03 -0600 Subject: [PATCH] Remove another set of compactor values. --- chart/templates/thanos/values.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/chart/templates/thanos/values.yaml b/chart/templates/thanos/values.yaml index ecedd37eb5..d30589d143 100644 --- a/chart/templates/thanos/values.yaml +++ b/chart/templates/thanos/values.yaml @@ -97,12 +97,6 @@ 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 }}" -- GitLab