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
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
spec:
|
||||
rules:
|
||||
- host: legendary-doc-site.mythicinsight.com
|
||||
|
@ -87,3 +88,9 @@ spec:
|
|||
number: 80
|
||||
path: /
|
||||
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
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
spec:
|
||||
rules:
|
||||
- host: legendary-doc-site.mythicinsight.com
|
||||
|
@ -87,3 +88,9 @@ spec:
|
|||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- legendary-doc-site.mythicinsight.com
|
||||
- legendaryframework.org
|
||||
- legendaryframework.com
|
||||
secretName: legendary-doc-site-cert
|
||||
|
|
Loading…
Reference in a new issue