From 68b1b15f6e4c657d625a9510d42cf41c81b4b117 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 26 Nov 2024 12:44:41 +0100 Subject: [PATCH] size 200Gi --- argocd/apps/innollm/openwebui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/innollm/openwebui.yaml b/argocd/apps/innollm/openwebui.yaml index a55c0aa..a22ec44 100644 --- a/argocd/apps/innollm/openwebui.yaml +++ b/argocd/apps/innollm/openwebui.yaml @@ -14,7 +14,7 @@ spec: - name: serviceAccount.enable value: 'false' - name: persistence.size - value: '200 GiB' + value: 200Gi - name: ingress.class value: 'traefik' - name: ingress.enabled