Skip to content

Commit

Permalink
chore: fix typos and add hyperlink
Browse files Browse the repository at this point in the history
Signed-off-by: namkyu1999 <[email protected]>
  • Loading branch information
namkyu1999 committed Oct 25, 2023
1 parent a5dc2e9 commit ba3bde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s

> **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`.
- Litmus helm chart depends on `bitnami/mongodb`, which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please use a different image and tag as shown below.
- Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below.

```bash
helm install chaos litmuschaos/litmus --namespace=litmus \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s

> **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`.
- Litmus helm chart depends on `bitnami/mongodb`, which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please use a different image and tag as shown below.
- Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below.

```bash
helm install chaos litmuschaos/litmus --namespace=litmus \
Expand Down

0 comments on commit ba3bde0

Please sign in to comment.