Files
taskarr-mgr/deploy/base/ingress.yaml
2026-05-13 09:10:47 +02:00

20 lines
326 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: election-ingress
namespace: vhsmp
spec:
entryPoints:
- websecure
- web
routes:
- match: Host(`election.milasholsting.dk`)
kind: Rule
services:
- name: election
port: 3000
tls:
secretName: election-tls