This commit is contained in:
parent
a46a532b45
commit
38b2719e61
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ metadata:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- frontend-mentor.thecodedom.com
|
||||||
|
secretName: frontend-mentor-tls
|
||||||
rules:
|
rules:
|
||||||
- host: frontend-mentor.thecodedom.com
|
- host: frontend-mentor.thecodedom.com
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Add table
Reference in a new issue