Files
GenerationsHeritage/deployment/backend/ingressRoute.yaml
2025-02-03 16:03:41 +01:00

19 lines
431 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: gh-backend
annotations:
argocd.argoproj.io/hook: PostSync
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`heritagebackend.varghacsongor.hu`)
services:
- name: gh-backend
port: 443
scheme: https
serversTransport: gh-backend
middlewares:
- name: auth-chain