From d10c3efe682b0e43a46d4dda86f381e88da1c4b9 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 16 Jun 2026 23:25:09 +0200 Subject: [PATCH] increase gitea storage size --- apps/gitea/gitea-shared-volume.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gitea/gitea-shared-volume.yaml b/apps/gitea/gitea-shared-volume.yaml index 4edb7a0..e1a04e1 100644 --- a/apps/gitea/gitea-shared-volume.yaml +++ b/apps/gitea/gitea-shared-volume.yaml @@ -7,7 +7,7 @@ metadata: name: gitea-shared-storage-lvmhdd namespace: openebs spec: - capacity: 10Gi + capacity: "21474836480" ownerNodeID: anapistula-delrosalae shared: "yes" thinProvision: "no" @@ -20,7 +20,7 @@ metadata: name: gitea-shared-storage-lvmhdd spec: capacity: - storage: 10Gi + storage: 20Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain @@ -41,6 +41,6 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 20Gi storageClassName: hdd-lvmpv volumeName: gitea-shared-storage-lvmhdd