Skip to content

Commit 5e384da

Browse files
authored
fix envoy ai gateway link (#370)
* fix envoy ai gateway link * fix namespace
1 parent 79ba1f9 commit 5e384da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Prometheus, see [installation](https://github.com/InftyAI/llmaz/tree/main/docs/prometheus-operator#install-the-prometheus-operator).
1010

1111
Note: llmaz helm chart will by default install
12-
- [Envoy Gateway](https://github.com/envoyproxy/gateway) and [Envoy AI Gateway](https://github.com/envoyproxy/gateway) as the frontier in the llmaz-system, if you *already installed these two components* or *want to deploy in other namespaces* , append `--set envoy-gateway.enabled=false --set envoy-ai-gateway.enabled=false` to the command below.
12+
- [Envoy Gateway](https://github.com/envoyproxy/gateway) and [Envoy AI Gateway](https://github.com/envoyproxy/ai-gateway) as the frontier in the llmaz-system, if you *already installed these two components* or *want to deploy in other namespaces* , append `--set envoy-gateway.enabled=false --set envoy-ai-gateway.enabled=false` to the command below.
1313
- [Open WebUI](https://github.com/open-webui/open-webui) as the default chatbot, if you want to disable it, append `--set open-webui.enabled=false` to the command below.
1414

1515
## Install a released version
@@ -25,7 +25,7 @@ helm install llmaz inftyai/llmaz --namespace llmaz-system --create-namespace --v
2525
### Uninstall
2626

2727
```cmd
28-
helm uninstall llmaz
28+
helm uninstall llmaz --namespace llmaz-system
2929
kubectl delete ns llmaz-system
3030
```
3131

@@ -59,7 +59,7 @@ make helm-install
5959
### Uninstall
6060

6161
```cmd
62-
helm uninstall llmaz
62+
helm uninstall llmaz --namespace llmaz-system
6363
kubectl delete ns llmaz-system
6464
```
6565

0 commit comments

Comments
 (0)