From f55875bc8ffa70add3274e40b27c54cac9b07e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 21:32:55 +0200 Subject: [PATCH] fix console port --- deploy/minio-tenant/ingress.yaml | 2 +- deploy/minio-tenant/svc-minio-console.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/minio-tenant/ingress.yaml b/deploy/minio-tenant/ingress.yaml index b2e1188..d70640a 100644 --- a/deploy/minio-tenant/ingress.yaml +++ b/deploy/minio-tenant/ingress.yaml @@ -29,7 +29,7 @@ spec: service: name: minio-console port: - number: 9001 + number: 9090 tls: - hosts: - s3.minio.panic.haus diff --git a/deploy/minio-tenant/svc-minio-console.yaml b/deploy/minio-tenant/svc-minio-console.yaml index 347d2f6..13e4226 100644 --- a/deploy/minio-tenant/svc-minio-console.yaml +++ b/deploy/minio-tenant/svc-minio-console.yaml @@ -11,6 +11,6 @@ spec: v1.min.io/tenant: panic-minio ports: - name: http - port: 9001 - targetPort: 9001 + port: 9090 + targetPort: 9090 protocol: TCP \ No newline at end of file