docs/docs/getting-started/installation.md
Samzong Lu 3968a89db6 Update installation.md
Fixed a lag issue with Helm in the installation documentation.
2024-05-20 17:41:47 +08:00

1.1 KiB

Alternative Installation

Installing Both Ollama and Open WebUI Using Kustomize

For cpu-only pod

kubectl apply -f ./kubernetes/manifest/base

For gpu-enabled pod

kubectl apply -k ./kubernetes/manifest

Installing Both Ollama and Open WebUI Using Helm

:::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/

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

Check the kubernetes/helm/values.yaml file to know more values are available for customization