diff --git a/manifests/monitoring/pvc.yaml b/manifests/monitoring/pvc.yaml index 6cb4382..34dfd26 100644 --- a/manifests/monitoring/pvc.yaml +++ b/manifests/monitoring/pvc.yaml @@ -10,4 +10,4 @@ spec: - ReadWriteMany resources: requests: - storage: "70Gi" + storage: "100Gi" diff --git a/manifests/pinchflat/pvc.yaml b/manifests/pinchflat/pvc.yaml index f87b14e..a02c710 100644 --- a/manifests/pinchflat/pvc.yaml +++ b/manifests/pinchflat/pvc.yaml @@ -7,4 +7,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 5Gi