From c06a96b1c9cddfad489882d72d08b044a123ac59 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 4 Sep 2025 13:35:30 +0530 Subject: [PATCH] increase storage request --- cluster/apps/radarr/radarr-pvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/radarr/radarr-pvc.yml b/cluster/apps/radarr/radarr-pvc.yml index b7ebd01..236b933 100644 --- a/cluster/apps/radarr/radarr-pvc.yml +++ b/cluster/apps/radarr/radarr-pvc.yml @@ -10,5 +10,5 @@ spec: volumeMode: Filesystem resources: requests: - storage: 1Gi + storage: 2Gi storageClassName: csi-rbd-sc