From 9998d23559bbe8ad582b0a6c75e17fb1190db0de Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 23 Nov 2024 12:23:28 +0100 Subject: [PATCH] Generate certificate for longhorn-ui --- templates/longhorn/longhorn-values.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/longhorn/longhorn-values.yaml.j2 b/templates/longhorn/longhorn-values.yaml.j2 index 8226098..2bea3aa 100644 --- a/templates/longhorn/longhorn-values.yaml.j2 +++ b/templates/longhorn/longhorn-values.yaml.j2 @@ -31,11 +31,11 @@ defaultSettings: ingress: enabled: true host: "longhorn.{{ cluster_domain }}" -# tls: true -# tlsSecret: "longhorn.{{ cluster_domain }}" + tls: true + tlsSecret: "longhorn.{{ cluster_domain }}" annotations: kubernetes.io/ingress.class: traefik -# cert-manager.io/cluster-issuer: letsencrypt-prod + cert-manager.io/cluster-issuer: letsencrypt-prod {% if ingress_whitelist is defined %} ingress.kubernetes.io/whitelist-source-range: "{% for acl_whitelist in ingress_whitelist %}{{ acl_whitelist }}{% if not loop.last %}, {% endif %}{% endfor %}" {% endif %}