nxtgauge-gitops/apps/nxtgauge-frontend-solid/base/ingress.yaml
2026-06-07 15:29:29 +05:30

25 lines
621 B
YAML

apiVersion: networking.k8s.io/v1
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:
- test111.nxtgauge.com
secretName: test111-tls
rules:
- host: test111.nxtgauge.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nxtgauge-frontend-solid
port:
number: 80