Skip to content
Snippets Groups Projects
Unverified Commit 638c25f0 authored by David's avatar David Committed by GitHub
Browse files

Merge pull request #445 from sboschman/task-ring-config

include all lifecycler ring config
parents 5f566071 bdacf390
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,7 @@ limits_config:
ingester:
lifecycler:
ring:
store: {{ .Values.config.ingester.lifecycler.ring.store }}
replication_factor: {{ .Values.config.ingester.lifecycler.ring.replication_factor }}
{{ toYaml .Values.config.ingester.lifecycler.ring | indent 6 }}
chunk_idle_period: 15m
{{- if .Values.config.schema_configs }}
......
......@@ -21,6 +21,16 @@ config:
ring:
store: inmemory
replication_factor: 1
## Different ring configs can be used. E.g. Consul
# ring:
# store: consul
# replication_factor: 1
# consul:
# host: "consul:8500"
# prefix: ""
# httpclienttimeout: "20s"
# consistentreads: true
schema_configs:
- from: 0
store: boltdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment