Skip to content

Commit

Permalink
fix minor issues with memcached config in ksonnet (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
  • Loading branch information
gouthamve authored May 14, 2019
1 parent 6c3b9ba commit d50acbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion production/ksonnet/loki/memcached.libsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local memcached = 'memcached/memcached.libsonnet';
local memcached = import 'memcached/memcached.libsonnet';

memcached {
// Memcached instance used to cache chunks.
Expand Down

0 comments on commit d50acbe

Please sign in to comment.