diff --git a/manifests/pvc.yaml b/manifests/pvc.yaml index 601e4b2..523a920 100644 --- a/manifests/pvc.yaml +++ b/manifests/pvc.yaml @@ -11,5 +11,5 @@ spec: - ReadWriteOnce resources: requests: - storage: 100Gi + storage: 150Gi storageClassName: redundant-storage-class