From dbb6381898422f6f5979dfb291c95eacc96d0b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 20:24:56 +0200 Subject: [PATCH] fix minio svc --- deploy/minio-tenant/ingress.yaml | 2 +- deploy/minio-tenant/tenant.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deploy/minio-tenant/ingress.yaml b/deploy/minio-tenant/ingress.yaml index 6a26f36..fd23fa3 100644 --- a/deploy/minio-tenant/ingress.yaml +++ b/deploy/minio-tenant/ingress.yaml @@ -17,7 +17,7 @@ spec: pathType: Prefix backend: service: - name: panic-minio + name: minio port: number: 443 - host: console.minio.panic.haus diff --git a/deploy/minio-tenant/tenant.yaml b/deploy/minio-tenant/tenant.yaml index 4635901..79febbd 100644 --- a/deploy/minio-tenant/tenant.yaml +++ b/deploy/minio-tenant/tenant.yaml @@ -11,8 +11,10 @@ metadata: namespace: minio-tenant spec: exposeServices: - console: true - minio: true + console: + type: ClusterIP + minio: + type: ClusterIP imagePullPolicy: IfNotPresent certConfig: {} configuration: