Skip to content
Snippets Groups Projects
Commit 50099044 authored by Tom Wilkie's avatar Tom Wilkie
Browse files

Add the config to helm and ksonnet too.


Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
parent fadb6ebd
Branches flush-properly
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ data:
ring:
store: {{ .Values.loki.config.ingester.lifecycler.ring.store }}
replication_factor: {{ .Values.loki.config.ingester.lifecycler.ring.replication_factor }}
chunk_idle_period: 15m
{{- if .Values.loki.config.schema_configs }}
schema_config:
......
......@@ -48,6 +48,8 @@
},
},
chunk_idle_period: '15m',
num_tokens: 512,
heartbeat_period: '5s',
join_after: '10s',
......
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