Skip to content

Commit

Permalink
Update installation documentation
Browse files Browse the repository at this point in the history
Update documentation with this change litmuschaos/litmus-helm#257.
Add more details about connecting via NodePort and ClusterIP
  • Loading branch information
Jasstkn authored Aug 1, 2022
1 parent e2d3824 commit a04ce00
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ kubectl create ns litmus
#### Step-3: Install Litmus ChaosCenter

```bash
helm install chaos litmuschaos/litmus --namespace=litmus
helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort
```

> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`.

<span style={{color: 'green'}}><b>Expected Output</b></span>

```
Expand Down

0 comments on commit a04ce00

Please sign in to comment.