Skip to content

Commit 44b51d0

Browse files
committed
use pod name when embedded zookeeper configured
1 parent 04bbcb9 commit 44b51d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ data:
205205
chimerashell.db.name = ${chimera.db.name}
206206

207207
{{- if .Values.zookeeper.embedded }}
208-
dcache.zookeeper.connection={{ $.Release.Name }}-door-svc.{{ $.Release.Namespace }}.svc.cluster.local:2181
208+
dcache.zookeeper.connection={{ $.Release.Name }}-dcache-door-0:2181
209209
{{- else }}
210210
dcache.zookeeper.connection={{ $.Values.zookeeper.servers }}
211211
{{- end}}

0 commit comments

Comments
 (0)