mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58: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:
|
||||
name: minio
|
||||
port:
|
||||
number: 9001
|
||||
number: 9000
|
||||
tls:
|
||||
- hosts:
|
||||
- minio.127.0.0.1.nip.io
|
||||
|
||||
Reference in New Issue
Block a user