fix: add TLS for test121 ingress
This commit is contained in:
parent
3fde5afb9a
commit
f6e8c72e62
1 changed files with 7 additions and 0 deletions
|
|
@ -3,8 +3,15 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-frontend-solid
|
name: nxtgauge-frontend-solid
|
||||||
namespace: nxtgauge
|
namespace: nxtgauge
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- test121.nxtgauge.com
|
||||||
|
secretName: test121-tls
|
||||||
rules:
|
rules:
|
||||||
- host: test121.nxtgauge.com
|
- host: test121.nxtgauge.com
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue