From 444d82a9a1aef31d9e32742b05f07f8106980d08 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 20 Apr 2025 09:56:39 +0530 Subject: [PATCH] reduce storage request for longhorn-gitea-dind PVC from 15Gi to 10Gi --- cluster/apps/gitea/gitea-pvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitea/gitea-pvc.yml b/cluster/apps/gitea/gitea-pvc.yml index 93be0cf..54f0fd9 100644 --- a/cluster/apps/gitea/gitea-pvc.yml +++ b/cluster/apps/gitea/gitea-pvc.yml @@ -38,4 +38,4 @@ spec: storageClassName: longhorn resources: requests: - storage: 15Gi + storage: 10Gi