diff --git a/templates/configmap.yaml b/templates/configmap.yaml index fea872d..b1ad72f 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -154,7 +154,7 @@ data: chimerashell.db.password = ${chimera.db.password} chimerashell.db.name = ${chimera.db.name} - dcache.zookeeper.connection=cells-zookeeper:2181 + dcache.zookeeper.connection={{ $.Values.zookeeper.servers }} dcache.kafka.bootstrap-servers=billing-kafka:9092 dcache.enable.kafka = true dcache.layout=dcache-k8s diff --git a/values.yaml b/values.yaml index 23e5d99..2ffd91f 100644 --- a/values.yaml +++ b/values.yaml @@ -18,6 +18,11 @@ dcache: cell: tunnel: 11111 +# +# Zookeeper to use +# +zookeeper: + servers: cells-zookeeper:2181 # # dCache doors/services