From ce508db35e21fbd2e91c2986b70ebf3cfac1b80b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Feb 2025 14:08:49 +0100 Subject: [PATCH] Add nginx annotation --- apps/templates/mbgwp-helm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index c7fbb34..9998c79 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -21,7 +21,8 @@ spec: ingressClassName: nginx hostname: mbgwp.hensen.io path: / - annotations: {} + annotations: + cert-manager.io/cluster-issuer: prod-cluster-issuer tls: true tlsWwwPrefix: false selfSigned: false