fix: add TLS for test121 ingress

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-17 23:45:34 +05:30
parent 3fde5afb9a
commit f6e8c72e62

View file

@ -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: