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