Skip to content
Snippets Groups Projects
Unverified Commit d50acbeb authored by Goutham Veeramachaneni's avatar Goutham Veeramachaneni Committed by GitHub
Browse files

fix minor issues with memcached config in ksonnet (#578)

parent 6c3b9ba9
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
local memcached = 'memcached/memcached.libsonnet';
local memcached = import 'memcached/memcached.libsonnet';
memcached {
// Memcached instance used to cache chunks.
......
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