Skip to content

Commit

Permalink
Added zeebe gateway rest api port to forwards (#1645)
Browse files Browse the repository at this point in the history
* Added zeebe gateway rest api port to forwards

* make go.update-golden-only
  • Loading branch information
jonathanlukas authored Apr 22, 2024
1 parent 8154979 commit f9acb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/camunda-platform/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
The Cluster itself is not exposed as a service which means that you can use `kubectl port-forward` to access the Zeebe cluster from outside Kubernetes:

> kubectl port-forward svc/{{ tpl .Values.global.zeebeClusterName . }}-gateway 26500:26500 -n {{ .Release.Namespace }}
> kubectl port-forward svc/{{ tpl .Values.global.zeebeClusterName . }}-gateway 8088:8080 -n {{ .Release.Namespace }}

Now you can connect your workers and clients to `localhost:26500`

Expand Down

0 comments on commit f9acb09

Please sign in to comment.