From c624354e7371d42d545a59ea83353b622890dbfb Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Wed, 4 Dec 2024 11:20:49 +0100 Subject: [PATCH] open-webui persistence.storageClass --- argocd/apps/innollm/openwebui.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/innollm/openwebui.yaml b/argocd/apps/innollm/openwebui.yaml index a22ec44..cb812b3 100644 --- a/argocd/apps/innollm/openwebui.yaml +++ b/argocd/apps/innollm/openwebui.yaml @@ -32,6 +32,8 @@ spec: forceString: true - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt + - name: persistence.storageClass + value: 'open-webui' chart: open-webui destination: server: 'https://kubernetes.default.svc'