From f1809b4f6a5bd8f7a41bbb4f7355b87ed83553df Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Sat, 6 Apr 2024 15:54:49 +0000 Subject: [PATCH] disable rollout operator by default Signed-off-by: Edward Welch --- production/helm/loki/values.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index beb7e8d1316a..2615faf11012 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -177,12 +177,6 @@ loki: {{- if .enabled }} chunk_store_config: chunk_cache_config: - async_cache_write_back_buffer_size: 500000 - async_cache_write_back_concurrency: 1 - background: - writeback_goroutines: 1 - writeback_buffer: 500000 - writeback_size_limit: 250MB default_validity: {{ .defaultValidity }} memcached: batch_size: {{ .batchSize }} @@ -3019,7 +3013,7 @@ chunksCache: ###################################################################################################################### # -- Setting for the Grafana Rollout Operator https://github.com/grafana/helm-charts/tree/main/charts/rollout-operator rollout_operator: - enabled: true + enabled: false # -- podSecurityContext is the pod security context for the rollout operator. # When installing on OpenShift, override podSecurityContext settings with