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

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