mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
035c2e0500
There are currently 2 issues with the Kubernetes manifest: - open-webui-deployment refers to ollama-webui-pvc but not included in kustomization.yaml, causing issue if using GPU deployment - ollama-webui-pvc is using the wrong namespace This commit fixes both issue.
14 lines
313 B
YAML
14 lines
313 B
YAML
resources:
|
|
- base/open-webui.yaml
|
|
- base/ollama-service.yaml
|
|
- base/ollama-statefulset.yaml
|
|
- base/webui-deployment.yaml
|
|
- base/webui-service.yaml
|
|
- base/webui-ingress.yaml
|
|
- base/webui-pvc.yaml
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
patches:
|
|
- path: patches/ollama-statefulset-gpu.yaml
|