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: