Update installation.md

styling
This commit is contained in:
silentoplayz 2024-09-13 17:59:10 +00:00 committed by GitHub
parent 63185847de
commit 7b6dac41d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
### Installing Both Ollama and Open WebUI Using Kustomize ### Installing Both Ollama and Open WebUI Using Kustomize
For cpu-only pod For a CPU-only Pod:
```bash ```bash
kubectl apply -f ./kubernetes/manifest/base kubectl apply -f ./kubernetes/manifest/base
``` ```
For gpu-enabled pod For a GPU-enabled Pod:
```bash ```bash
kubectl apply -k ./kubernetes/manifest kubectl apply -k ./kubernetes/manifest
@ -18,13 +18,13 @@ kubectl apply -k ./kubernetes/manifest
:::info :::info
The helm install method has been migrated to the new github repo, The Helm installation method has been migrated to the new GitHub repository. Please refer to
and the latest installation method is referred to. [https://github.com/open-webui/helm-charts](https://github.com/open-webui/helm-charts) the latest installation instructions at [https://github.com/open-webui/helm-charts](https://github.com/open-webui/helm-charts).
::: :::
Confirm that'Helm 'has been deployed on your execution environment. Confirm that Helm has been deployed on your execution environment.
For more installation instructions, please refer to [https://helm.sh/docs/intro/install/](https://helm.sh/docs/intro/install/) For installation instructions, visit [https://helm.sh/docs/intro/install/](https://helm.sh/docs/intro/install/).
```bash ```bash
helm repo add open-webui https://helm.openwebui.com/ helm repo add open-webui https://helm.openwebui.com/
@ -34,4 +34,4 @@ kubectl create namespace open-webui
helm upgrade --install open-webui open-webui/open-webui --namespace open-webui helm upgrade --install open-webui open-webui/open-webui --namespace open-webui
``` ```
Check the [kubernetes/helm/values.yaml](https://github.com/open-webui/helm-charts/tree/main/charts/open-webui) file to know more values are available for customization For additional customization options, refer to the [kubernetes/helm/values.yaml](https://github.com/open-webui/helm-charts/tree/main/charts/open-webui) file.