mirror of
https://github.com/open-webui/docs.git
synced 2026-01-03 02:09:51 +07:00
586 B
586 B
Helm Setup for Kubernetes
Helm helps you manage Kubernetes applications.
Prerequisites
- Kubernetes cluster is set up.
- Helm is installed.
Steps
-
Add Open WebUI Helm Repository:
helm repo add open-webui https://open-webui.github.io/helm-charts helm repo update -
Install Open WebUI Chart:
helm install openwebui open-webui/open-webui -
Verify Installation:
kubectl get pods
Access the WebUI
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.