Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theburi committed Mar 26, 2024
1 parent fa23b59 commit a5b84d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The setup described here skips Identity setup and uses a default basic authentic

To interact with the Camunda services inside a Kubernetes cluster without Ingress setup, you can use the [kubectl port-forward](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_port-forward/) command to route traffic from your local machine to the services running in the kind cluster. This is useful for quick tests or for development purposes.

First, port-forward each of the components. Use a separate terminal for each command. Then, each component can be accessed at `http://localhost:PORT` (for example, Optimize will have the address `http://localhost:8083`). A full list of port mapping contains in a Helm deployment status, for example, `helm status camunda-platform`.
First, port-forward each of the components. Use a separate terminal for each command. Then, each component can be accessed at `http://localhost:PORT` (for example, Optimize will have the address `http://localhost:8083`). To get a full list of port mapping run the following command, `helm status camunda-platform`.

## Connecting to the workflow engine

Expand Down Expand Up @@ -148,7 +148,7 @@ nodes:
hostPort: 18080
```
Modify the `kind create cluster` command to use the above configuration file. You might need to delete and re-create this cluster if you are planning to enable Ingress (see [delete kind cluster](#clean) ):
Modify the `kind create cluster` command to use the above configuration file. You might need to delete and re-create this cluster if you are planning to enable Ingress (see [delete kind cluster](#clean)):

```sh
kind create cluster --name camunda-platform-local --config kind.config
Expand Down Expand Up @@ -193,7 +193,7 @@ ingress:
host: "zeebe.camunda.local"
```

Proceed to install the Camunda Helm chart [Deploy](#deploy)
Proceed to install the Camunda Helm chart described in the [Deploy](#deploy) section above.

</TabItem>
</Tabs>
Expand Down

0 comments on commit a5b84d5

Please sign in to comment.