feat: Configure tls for ingress

This commit is contained in:
Robert Prehn 2021-02-26 16:11:42 -06:00
parent 0102f54537
commit 01981a44b2

View file

@ -55,6 +55,7 @@ metadata:
namespace: legendary namespace: legendary
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
spec: spec:
rules: rules:
- host: legendary-demo.mythicinsight.com - host: legendary-demo.mythicinsight.com
@ -67,3 +68,7 @@ spec:
number: 80 number: 80
path: / path: /
pathType: Prefix pathType: Prefix
tls:
- hosts:
- legendary-demo.mythicinsight.com
secretName: legendary-demo-cert