diff --git a/zeebe-cluster/templates/gateway-deployment.yaml b/zeebe-cluster/templates/gateway-deployment.yaml index 588646e..76aa041 100644 --- a/zeebe-cluster/templates/gateway-deployment.yaml +++ b/zeebe-cluster/templates/gateway-deployment.yaml @@ -47,7 +47,7 @@ spec: - name: JAVA_TOOL_OPTIONS value: {{ toYaml .Values.JavaOpts | indent 14 | trim }} - - name: ZEEBE_GATEWAY_CLUSTER_CONTACTPOINT + - name: ZEEBE_GATEWAY_CONTACT_POINT value: {{ printf "%s:26502" (tpl .Values.global.zeebe .) | quote }} - name: ZEEBE_GATEWAY_NETWORK_HOST value: 0.0.0.0