ksonnet: use consistent hashing in memcached client configs (#1020)

pull/1021/head
Robert Fratto 6 years ago committed by GitHub
parent a399cc1f4f
commit ec81583b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      production/ksonnet/loki/config.libsonnet

@ -144,6 +144,7 @@
memcached_client: {
host: 'memcached-index-queries.%s.svc.cluster.local' % $._config.namespace,
service: 'memcached-client',
consistent_hash: true,
},
},
} +
@ -173,6 +174,7 @@
memcached_client: {
host: 'memcached.%s.svc.cluster.local' % $._config.namespace,
service: 'memcached-client',
consistent_hash: true,
},
},
@ -185,6 +187,7 @@
memcached_client: {
host: 'memcached-index-writes.%s.svc.cluster.local' % $._config.namespace,
service: 'memcached-client',
consistent_hash: true,
},
},
max_look_back_period: 0,

Loading…
Cancel
Save