feat: Configure tls for ingress
This commit is contained in:
parent
0102f54537
commit
01981a44b2
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue