Skip to content

Commit

Permalink
disable rollout operator by default
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean committed Apr 6, 2024
1 parent d255203 commit f1809b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1809b4

Please sign in to comment.