diff --git a/ai/chatbot.yaml b/ai/chatbot.yaml index 4d43f22..dc51847 100644 --- a/ai/chatbot.yaml +++ b/ai/chatbot.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: namespace: ai - name:open-webui-pvc + name: open-webui-pvc spec: accessModes: - ReadWriteOnce @@ -12,6 +12,7 @@ spec: requests: storage: 10Gi --- + apiVersion: v1 kind: Service metadata: @@ -24,6 +25,7 @@ spec: selector: app: open-webui --- + apiVersion: apps/v1 kind: Deployment metadata: