mirror of
https://github.com/open-webui/docs
synced 2025-06-16 03:18:14 +00:00
Merge pull request #208 from afritzler/enh/kustomization
Adjust docs to reflect new `kustomization` layout `manifest` folder
This commit is contained in:
commit
7fab79eac3
@ -8,13 +8,13 @@ title: "🔧 Alternative Installation"
|
||||
For a CPU-only Pod:
|
||||
|
||||
```bash
|
||||
kubectl apply -f ./kubernetes/manifest/base
|
||||
kubectl apply -k ./kubernetes/manifest/base
|
||||
```
|
||||
|
||||
For a GPU-enabled Pod:
|
||||
|
||||
```bash
|
||||
kubectl apply -k ./kubernetes/manifest
|
||||
kubectl apply -k ./kubernetes/manifest/gpu
|
||||
```
|
||||
|
||||
### Installing Both Ollama and Open WebUI Using Helm
|
||||
|
Loading…
Reference in New Issue
Block a user