Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
fixing gateway contact point
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Mar 26, 2020
1 parent 5af0c81 commit d6e3c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeebe-cluster/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6e3c3e

Please sign in to comment.