From 01981a44b2f7e605189b71e9b16e9bcbdf25baf4 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 26 Feb 2021 16:11:42 -0600 Subject: [PATCH] feat: Configure tls for ingress --- infrastructure_templates/kube.yaml.dot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure_templates/kube.yaml.dot b/infrastructure_templates/kube.yaml.dot index 3c915434..df236d74 100644 --- a/infrastructure_templates/kube.yaml.dot +++ b/infrastructure_templates/kube.yaml.dot @@ -55,6 +55,7 @@ metadata: namespace: legendary annotations: kubernetes.io/ingress.class: nginx + cert-manager.io/cluster-issuer: letsencrypt spec: rules: - host: legendary-demo.mythicinsight.com @@ -67,3 +68,7 @@ spec: number: 80 path: / pathType: Prefix + tls: + - hosts: + - legendary-demo.mythicinsight.com + secretName: legendary-demo-cert