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