gitea resize
This commit is contained in:
@@ -102,5 +102,5 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storage: 10Gi
|
||||
storageClassName: openebs-3-replicas
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user