From 04308d49ce3d592e3b4040c138811cba6d0d4601 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 14 Jun 2025 03:18:23 +0530 Subject: [PATCH] Increase storage requests for PersistentVolumeClaims in Invidious, Radarr, Semaphore, and Sonarr --- cluster/apps/invidious/invidious-pvc.yml | 2 +- cluster/apps/radarr/radarr-pvc.yml | 2 +- cluster/apps/semaphore/semaphore-pvc.yml | 2 +- cluster/apps/sonarr/sonarr-pvc.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/invidious/invidious-pvc.yml b/cluster/apps/invidious/invidious-pvc.yml index eb35fef..0a49e32 100644 --- a/cluster/apps/invidious/invidious-pvc.yml +++ b/cluster/apps/invidious/invidious-pvc.yml @@ -10,7 +10,7 @@ spec: storageClassName: longhorn resources: requests: - storage: 1Gi + storage: 2Gi --- apiVersion: v1 diff --git a/cluster/apps/radarr/radarr-pvc.yml b/cluster/apps/radarr/radarr-pvc.yml index c09bf07..bf22d6c 100644 --- a/cluster/apps/radarr/radarr-pvc.yml +++ b/cluster/apps/radarr/radarr-pvc.yml @@ -10,4 +10,4 @@ spec: storageClassName: longhorn resources: requests: - storage: 500Mi + storage: 1Gi diff --git a/cluster/apps/semaphore/semaphore-pvc.yml b/cluster/apps/semaphore/semaphore-pvc.yml index b81e8c6..42f684f 100644 --- a/cluster/apps/semaphore/semaphore-pvc.yml +++ b/cluster/apps/semaphore/semaphore-pvc.yml @@ -10,7 +10,7 @@ spec: storageClassName: longhorn resources: requests: - storage: 1Gi + storage: 2Gi --- apiVersion: v1 diff --git a/cluster/apps/sonarr/sonarr-pvc.yml b/cluster/apps/sonarr/sonarr-pvc.yml index 17cbc23..d44077b 100644 --- a/cluster/apps/sonarr/sonarr-pvc.yml +++ b/cluster/apps/sonarr/sonarr-pvc.yml @@ -10,4 +10,4 @@ spec: storageClassName: longhorn resources: requests: - storage: 500Mi + storage: 1Gi