mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
Add Helm.md changes from feature-nginx-combined
This commit is contained in:
parent
3f4999a2a3
commit
a1aa82f9f0
34
docs/getting-started/quick-start/tab-kubernetes/Helm.md
Normal file
34
docs/getting-started/quick-start/tab-kubernetes/Helm.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
# Helm Setup for Kubernetes
|
||||||
|
|
||||||
|
Helm helps you manage Kubernetes applications.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- Kubernetes cluster is set up.
|
||||||
|
- Helm is installed.
|
||||||
|
|
||||||
|
## Steps
|
||||||
|
|
||||||
|
1. **Add Open WebUI Helm Repository:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
helm repo add open-webui https://open-webui.github.io/helm-charts
|
||||||
|
helm repo update
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Install Open WebUI Chart:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
helm install openwebui open-webui/open-webui
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Verify Installation:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl get pods
|
||||||
|
```
|
||||||
|
|
||||||
|
## Access the WebUI
|
||||||
|
|
||||||
|
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.
|
Loading…
Reference in New Issue
Block a user