From d6e3c3e52560e31af476f20a7d4b39db202ecdd9 Mon Sep 17 00:00:00 2001 From: salaboy Date: Thu, 26 Mar 2020 12:53:54 +0000 Subject: [PATCH] fixing gateway contact point --- zeebe-cluster/templates/gateway-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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