increase gitea storage size
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
2026-06-16 23:25:09 +02:00
parent ae7f58240c
commit d10c3efe68
+3 -3
View File
@@ -7,7 +7,7 @@ metadata:
name: gitea-shared-storage-lvmhdd name: gitea-shared-storage-lvmhdd
namespace: openebs namespace: openebs
spec: spec:
capacity: 10Gi capacity: "21474836480"
ownerNodeID: anapistula-delrosalae ownerNodeID: anapistula-delrosalae
shared: "yes" shared: "yes"
thinProvision: "no" thinProvision: "no"
@@ -20,7 +20,7 @@ metadata:
name: gitea-shared-storage-lvmhdd name: gitea-shared-storage-lvmhdd
spec: spec:
capacity: capacity:
storage: 10Gi storage: 20Gi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
@@ -41,6 +41,6 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 10Gi storage: 20Gi
storageClassName: hdd-lvmpv storageClassName: hdd-lvmpv
volumeName: gitea-shared-storage-lvmhdd volumeName: gitea-shared-storage-lvmhdd