Merge pull request #870 from ching-kuo/fix_k8s_manifest

Fix Kubernetes Manifest for Web UI
This commit is contained in:
Timothy Jaeryang Baek 2024-02-23 18:20:25 -05:00 committed by GitHub
commit fc330a1e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ metadata:
labels:
app: ollama-webui
name: ollama-webui-pvc
namespace: ollama-namespace
namespace: open-webui
spec:
accessModes: ["ReadWriteOnce"]
resources:

View File

@ -5,6 +5,7 @@ resources:
- base/webui-deployment.yaml
- base/webui-service.yaml
- base/webui-ingress.yaml
- base/webui-pvc.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization