nxtgauge-gitops/apps/traceworks2026/base/ingress.yaml
sync-test f0906d2c67
All checks were successful
sync-to-forgejo / sync (push) Successful in 18s
Add Traceworks Flux image automation
2026-07-05 23:04:54 +05:30

35 lines
798 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: traceworks
namespace: traceworks
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
tls:
- hosts:
- traceworks.in
- www.traceworks.in
secretName: traceworks-tls
rules:
- host: traceworks.in
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: traceworks-frontend
port:
number: 80
- host: www.traceworks.in
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: traceworks-frontend
port:
number: 80