diff --git a/production/ksonnet/loki/config.libsonnet b/production/ksonnet/loki/config.libsonnet index 7ba40a7aaa14fbe5a294610db4390b0dce966454..f27cec445d4c9337f4c6b6f09c50dc2c80bda0ba 100644 --- a/production/ksonnet/loki/config.libsonnet +++ b/production/ksonnet/loki/config.libsonnet @@ -4,6 +4,8 @@ cluster: error 'must define cluster', replication_factor: 3, + memcached_replicas: 3, + table_prefix: $._config.namespace, bigtable_instance: error 'must specify bigtable instance', bigtable_project: error 'must specify bigtable project', diff --git a/production/ksonnet/loki/memcached.libsonnet b/production/ksonnet/loki/memcached.libsonnet index 8634a398900d2beb80a524c29226c90c9960ad27..b93e8eec1fd21d261bf71824c7fbc3631fc7fc36 100644 --- a/production/ksonnet/loki/memcached.libsonnet +++ b/production/ksonnet/loki/memcached.libsonnet @@ -1,4 +1,4 @@ -local memcached = 'memcached/memcached.libsonnet'; +local memcached = import 'memcached/memcached.libsonnet'; memcached { // Memcached instance used to cache chunks.