gitea resize

This commit is contained in:
Philip Haupt
2025-10-21 20:46:52 +02:00
parent c8c04f6756
commit ed2dc1e61f
2 changed files with 2 additions and 2 deletions

View File

@@ -102,5 +102,5 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 5Gi storage: 10Gi
storageClassName: openebs-3-replicas storageClassName: openebs-3-replicas

View File

@@ -89,7 +89,7 @@ persistence:
# -- Access modes for the PersistentVolumeClaim. # -- Access modes for the PersistentVolumeClaim.
accessModes: ReadWriteOnce accessModes: ReadWriteOnce
# -- Size of the PersistentVolumeClaim. # -- Size of the PersistentVolumeClaim.
size: 5Gi size: 10Gi
# -- Path inside the container where the volume will be mounted. # -- Path inside the container where the volume will be mounted.
mountPath: "/var/lib/docker/overlay2" mountPath: "/var/lib/docker/overlay2"
# -- Label selectors for the PersistentVolumeClaim. # -- Label selectors for the PersistentVolumeClaim.