From e4a429d720aec431d9af89ee31b460b2e75721b8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 28 Jan 2025 05:46:04 -0600 Subject: [PATCH] update --- infra/argocd/values.yaml | 2 +- master/open-webui/templates/deployment.yaml | 4 ++-- master/open-webui/templates/pvc.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/argocd/values.yaml b/infra/argocd/values.yaml index 47a56e3..6f35c67 100644 --- a/infra/argocd/values.yaml +++ b/infra/argocd/values.yaml @@ -55,7 +55,7 @@ argo-cd: create: true policy.csv: | g, ArgoCD Admins, role:admin - scopes: "[groups]" + scopes: "[groups server: route: diff --git a/master/open-webui/templates/deployment.yaml b/master/open-webui/templates/deployment.yaml index 7a51d0f..3bebbd5 100644 --- a/master/open-webui/templates/deployment.yaml +++ b/master/open-webui/templates/deployment.yaml @@ -32,6 +32,6 @@ spec: name: open-webui-secret key: OLLAMA_BASE_URL volumes: - - name: open-webui-pvc + - name: open-webui-pvc1 persistentVolumeClaim: - claimName: open-webui-pvc + claimName: open-webui-pvc1 diff --git a/master/open-webui/templates/pvc.yaml b/master/open-webui/templates/pvc.yaml index 63a3280..a7ba262 100644 --- a/master/open-webui/templates/pvc.yaml +++ b/master/open-webui/templates/pvc.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: open-webui-pvc + name: open-webui-pvc1 spec: storageClassName: longhorn accessModes: