mirror of
https://github.com/open-webui/docs.git
synced 2025-12-17 01:49:28 +07:00
661 B
661 B
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
Package Helm file first
helm package ./kubernetes/helm/
For cpu-only pod
helm install open-webui ./open-webui-*.tgz
For gpu-enabled pod
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