From 09c871fc299faab128615eee4dc6b5dad60cf9a2 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 10 Mar 2026 16:08:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(helm)=20fix=20MinIO=20ingress=20po?= =?UTF-8?q?rt=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The wrong port was configured, causing CORS issues when uploading files directly to the MinIO bucket. Port 9001 is reserved for the MinIO console; use the correct API port instead. --- src/helm/extra/templates/minio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/extra/templates/minio.yaml b/src/helm/extra/templates/minio.yaml index 77dcb432..767db1ce 100644 --- a/src/helm/extra/templates/minio.yaml +++ b/src/helm/extra/templates/minio.yaml @@ -16,7 +16,7 @@ spec: service: name: minio port: - number: 9001 + number: 9000 tls: - hosts: - minio.127.0.0.1.nip.io