pvc resize

This commit is contained in:
Philip Haupt
2025-05-22 17:15:04 +02:00
parent 947a3f7c13
commit 1bef99f702
3 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
storage: 25Gi
storageClassName: openebs-3-replicas
---
apiVersion: apps/v1

View File

@@ -613,7 +613,7 @@ persistence:
# existingClaim:
accessMode: ReadWriteOnce
size: 8Gi
size: 25Gi
## Use an additional pvc for the data directory rather than a subpath of the default PVC
## Useful to store data on a different storageClass (e.g. on slower disks)