forgejo: update the shared storage to 100gb

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2025-05-21 13:38:12 +01:00
parent 00cc33fb3e
commit da3c4aca2e

View File

@@ -312,7 +312,7 @@ persistence:
create: true
mount: true
claimName: gitea-shared-storage
size: 10Gi
size: 100Gi
accessModes:
- ReadWriteOnce
labels: {}