fix: Use TLS on ingress
This commit is contained in:
parent
c1ab6db803
commit
a747cf5366
2 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,7 @@ metadata:
|
||||||
namespace: legendary-doc-site
|
namespace: legendary-doc-site
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: legendary-doc-site.mythicinsight.com
|
- host: legendary-doc-site.mythicinsight.com
|
||||||
|
@ -87,3 +88,9 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- legendary-doc-site.mythicinsight.com
|
||||||
|
- legendaryframework.org
|
||||||
|
- legendaryframework.com
|
||||||
|
secretName: legendary-doc-site-cert
|
||||||
|
|
|
@ -55,6 +55,7 @@ metadata:
|
||||||
namespace: legendary-doc-site
|
namespace: legendary-doc-site
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: legendary-doc-site.mythicinsight.com
|
- host: legendary-doc-site.mythicinsight.com
|
||||||
|
@ -87,3 +88,9 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- legendary-doc-site.mythicinsight.com
|
||||||
|
- legendaryframework.org
|
||||||
|
- legendaryframework.com
|
||||||
|
secretName: legendary-doc-site-cert
|
||||||
|
|
Loading…
Reference in a new issue