Skip to content

Commit

Permalink
fix replication always set to 3 in ksonnet (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsukhani authored and cyriltovena committed Oct 28, 2019
1 parent 51105f6 commit 49bebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
lifecycler: {
ring: {
heartbeat_timeout: '1m',
replication_factor: 3,
replication_factor: $._config.replication_factor,
kvstore: {
store: 'consul',
consul: {
Expand Down

0 comments on commit 49bebce

Please sign in to comment.