🩹(helm) fix MinIO ingress port configuration

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.
This commit is contained in:
lebaudantoine
2026-03-10 16:08:52 +01:00
committed by aleb_the_flash
parent 8496959188
commit 09c871fc29
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
service: service:
name: minio name: minio
port: port:
number: 9001 number: 9000
tls: tls:
- hosts: - hosts:
- minio.127.0.0.1.nip.io - minio.127.0.0.1.nip.io