mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-26 02:06:53 +00:00
🩹(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:
committed by
aleb_the_flash
parent
8496959188
commit
09c871fc29
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user