From c22dadb591a6558931238ab5cd101ab4fbd4773d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 1 Mar 2025 16:57:47 +0100 Subject: [PATCH] Increase size whisper-webui pvcs --- whisper-webui/app-claim1-persistentvolumeclaim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper-webui/app-claim1-persistentvolumeclaim.yaml b/whisper-webui/app-claim1-persistentvolumeclaim.yaml index ada7a9a..52c221d 100644 --- a/whisper-webui/app-claim1-persistentvolumeclaim.yaml +++ b/whisper-webui/app-claim1-persistentvolumeclaim.yaml @@ -9,4 +9,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 100Mi + storage: 10Gi