From 2768af9ddba151052be25411f7a86e64a96f74a1 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Thu, 25 Dec 2025 06:42:25 -0800 Subject: [PATCH] fix: reduce MinIO storage to 20Gi for testing --- helm/porthole/values-cluster.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index 1f5e6b9..ded5974 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -20,3 +20,8 @@ web: enabled: false worker: enabled: false + +# Reduce MinIO storage for testing (insufficient storage on cluster) +minio: + storage: + size: 20Gi