apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: name: headlamp-tcp namespace: kube-system spec: entryPoints: - websecure routes: - match: HostSNI(`headlamp-lp.allarddcs.nl`) services: - name: headlamp port: 4466 tls: passthrough: true