From 802a71eb2327d926d48dd274b7bd4e846ed59a9e Mon Sep 17 00:00:00 2001
From: "piotr.machaj" <piotr.machaj@aquia.io>
Date: Fri, 19 Jul 2024 12:41:10 -0600
Subject: [PATCH] Remove 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 751b64987d..ecedd37eb5 100644
--- a/chart/templates/thanos/values.yaml
+++ b/chart/templates/thanos/values.yaml
@@ -57,12 +57,6 @@ monitoring:
 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
-- 
GitLab