From 4bb99ef24f63c47326ce93c28d4ce3b18d5420dd Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:15:00 -0700 Subject: [PATCH] fix(minio): disable standalone console (use tenant built-in console instead) --- k8s/infrastructure/minio/minio-operator-values.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/k8s/infrastructure/minio/minio-operator-values.yaml b/k8s/infrastructure/minio/minio-operator-values.yaml index 117fcbf..e8fb783 100644 --- a/k8s/infrastructure/minio/minio-operator-values.yaml +++ b/k8s/infrastructure/minio/minio-operator-values.yaml @@ -34,15 +34,4 @@ operator: operator: Exists console: - enabled: true - replicaCount: 1 - image: - repository: minio/console - tag: "v0.30.0" - resources: - requests: - cpu: 50m - memory: 128Mi - limits: - cpu: 200m - memory: 256Mi + enabled: false