diff --git a/manifests/pvc.yaml b/manifests/pvc.yaml index 2ff959e..f727704 100644 --- a/manifests/pvc.yaml +++ b/manifests/pvc.yaml @@ -11,5 +11,5 @@ spec: - ReadWriteOnce resources: requests: - storage: 20Gi + storage: 50Gi storageClassName: redundant-storage-class