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:
|
||||
name: nxtgauge-frontend-solid
|
||||
namespace: nxtgauge
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts:
|
||||
- test121.nxtgauge.com
|
||||
secretName: test121-tls
|
||||
rules:
|
||||
- host: test121.nxtgauge.com
|
||||
http:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue