From 9d769840b75adabcc107ccce84d75f862d5d8928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 21:38:55 +0200 Subject: [PATCH] fix ingress --- deploy/minio-tenant/ingress.yaml | 2 +- deploy/minio-tenant/secret.yaml | 1 - deploy/minio-tenant/svc-minio-console.yaml | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy/minio-tenant/ingress.yaml b/deploy/minio-tenant/ingress.yaml index 79c1ce8..eb04a17 100644 --- a/deploy/minio-tenant/ingress.yaml +++ b/deploy/minio-tenant/ingress.yaml @@ -28,7 +28,7 @@ spec: service: name: minio-console port: - number: 9001 + number: 9090 tls: - hosts: - s3.minio.panic.haus diff --git a/deploy/minio-tenant/secret.yaml b/deploy/minio-tenant/secret.yaml index 87bc737..3526acf 100644 --- a/deploy/minio-tenant/secret.yaml +++ b/deploy/minio-tenant/secret.yaml @@ -8,7 +8,6 @@ stringData: export MINIO_ROOT_USER="minio" export MINIO_ROOT_PASSWORD="minio123" export MINIO_DOMAIN="s3.minio.panic.haus" - export MINIO_CONSOLE_ADDRESS=":9001" type: Opaque --- apiVersion: v1 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