Skip to content

Commit

Permalink
make zookeeper endpoint configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 30, 2023
1 parent 35b9bbf commit 2031314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ dcache:
cell:
tunnel: 11111

#
# Zookeeper to use
#
zookeeper:
servers: cells-zookeeper:2181

#
# dCache doors/services
Expand Down

0 comments on commit 2031314

Please sign in to comment.