From 17e8fbf020fc0ff248ec49b3963ca0118fd283fc Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 27 Jul 2026 12:33:31 -0300 Subject: [PATCH] Expand Harbor registry storage --- services/harbor/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/harbor/pvc.yaml b/services/harbor/pvc.yaml index e70cb81a0..a34ec4634 100644 --- a/services/harbor/pvc.yaml +++ b/services/harbor/pvc.yaml @@ -8,7 +8,7 @@ spec: accessModes: [ "ReadWriteOnce" ] resources: requests: - storage: 450Gi + storage: 600Gi storageClassName: astreae --- apiVersion: v1