From cde78ae52512fde8027959e85b4d2602c591aaef Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 00:53:27 +0200 Subject: [PATCH] Move ingress to tenant --- minio/values-tenant.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/minio/values-tenant.yaml b/minio/values-tenant.yaml index f1d2ef8..8dd1b7f 100644 --- a/minio/values-tenant.yaml +++ b/minio/values-tenant.yaml @@ -95,12 +95,19 @@ ingress: path: / pathType: Prefix console: - enabled: false - ingressClassName: "" + enabled: true + ingressClassName: nginx labels: { } - annotations: { } - tls: [ ] - host: minio-console.local + annotations: + cert-manager.io/cluster-issuer: prod-cluster-issuer + # nginx.ingress.kubernetes.io/ssl-passthrough: "true" + nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + tls: + # TLS secretName used on ClusterIssuer + - secretName: letsencrypt-prod + hosts: + - minio-console.hensen.io + host: minio-console.hensen.io path: / pathType: Prefix