From fe391afe1a5c74a0530fa81281ee1fb7222d318d Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 6 Aug 2026 18:29:18 +0200 Subject: [PATCH] increase gitea valkey storage --- apps/gitea/valkey-volume.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gitea/valkey-volume.yaml b/apps/gitea/valkey-volume.yaml index 9599742..27f1fe6 100644 --- a/apps/gitea/valkey-volume.yaml +++ b/apps/gitea/valkey-volume.yaml @@ -7,7 +7,7 @@ metadata: name: gitea-valkey-primary-lvmhdd-0 namespace: openebs spec: - capacity: 1Gi + capacity: "2147483648" ownerNodeID: anapistula-delrosalae shared: "yes" thinProvision: "no" @@ -20,7 +20,7 @@ metadata: name: gitea-valkey-primary-lvmhdd-0 spec: capacity: - storage: 1Gi + storage: 2Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain @@ -41,6 +41,6 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 2Gi storageClassName: hdd-lvmpv volumeName: gitea-valkey-primary-lvmhdd-0