From e0f18a4d4754feb4fa22c01a040b2cf25ff920e3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 29 Dec 2025 00:42:14 -0600 Subject: [PATCH] Expand Longhorn volume sizes --- manifests/monitoring/pvc.yaml | 2 +- manifests/pinchflat/pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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