Merge branch 'ingress-tls' into 'master'
feat: Configure tls for ingress See merge request mythic-insight/legendary!38
This commit is contained in:
commit
50b56e369b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue