Skip to content

Commit

Permalink
Update local-kubernetes-cluster.md
Browse files Browse the repository at this point in the history
Fix Port-forwarding section
  • Loading branch information
chahin-healthhelper authored Nov 30, 2024
1 parent a36e5b2 commit 2ac6c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ First, port-forward each of the components. Use a separate terminal for each com
To interact with the Camunda workflow engine via the Zeebe Gateway using [zbctl](/apis-tools/community-clients/cli-client/cli-get-started.md) or a local client/worker from outside the Kubernetes cluster, run `kubectl port-forward` to the Zeebe Gateway as follows:

```sh
kubectl port-forward svc/camunda-zeebe-gateway 26500:26500
kubectl port-forward svc/camunda-platform-zeebe-gateway 26500:26500
```

:::note
Expand Down

0 comments on commit 2ac6c63

Please sign in to comment.