mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Update installation.md
Fixed a lag issue with Helm in the installation documentation.
This commit is contained in:
parent
d32f799842
commit
50315ecdf8
@ -16,22 +16,22 @@ kubectl apply -k ./kubernetes/manifest
|
||||
|
||||
### Installing Both Ollama and Open WebUI Using Helm
|
||||
|
||||
Package Helm file first
|
||||
:::info
|
||||
|
||||
The helm install method has been migrated to the new github repo,
|
||||
and the latest installation method is referred to. [https://github.com/open-webui/helm-charts](https://github.com/open-webui/helm-charts)
|
||||
|
||||
:::
|
||||
|
||||
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/)
|
||||
|
||||
```bash
|
||||
helm package ./kubernetes/helm/
|
||||
helm repo add open-webui https://helm.openwebui.com/
|
||||
helm repo update
|
||||
|
||||
kubectl create namespace open-webui
|
||||
helm upgrade --install open-webui open-webui/open-webui --namespace open-webui
|
||||
```
|
||||
|
||||
For cpu-only pod
|
||||
|
||||
```bash
|
||||
helm install open-webui ./open-webui-*.tgz
|
||||
```
|
||||
|
||||
For gpu-enabled pod
|
||||
|
||||
```bash
|
||||
helm install open-webui ./open-webui-*.tgz --set ollama.resources.limits.nvidia.com/gpu="1"
|
||||
```
|
||||
|
||||
Check the `kubernetes/helm/values.yaml` file to know which parameters are available for customization
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user