Skip to content

Commit f1809b4

Browse files
committed
disable rollout operator by default
Signed-off-by: Edward Welch <[email protected]>
1 parent d255203 commit f1809b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

production/helm/loki/values.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ loki:
177177
{{- if .enabled }}
178178
chunk_store_config:
179179
chunk_cache_config:
180-
async_cache_write_back_buffer_size: 500000
181-
async_cache_write_back_concurrency: 1
182-
background:
183-
writeback_goroutines: 1
184-
writeback_buffer: 500000
185-
writeback_size_limit: 250MB
186180
default_validity: {{ .defaultValidity }}
187181
memcached:
188182
batch_size: {{ .batchSize }}
@@ -3019,7 +3013,7 @@ chunksCache:
30193013
######################################################################################################################
30203014
# -- Setting for the Grafana Rollout Operator https://github.com/grafana/helm-charts/tree/main/charts/rollout-operator
30213015
rollout_operator:
3022-
enabled: true
3016+
enabled: false
30233017

30243018
# -- podSecurityContext is the pod security context for the rollout operator.
30253019
# When installing on OpenShift, override podSecurityContext settings with

0 commit comments

Comments
 (0)