apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: tunnel spec: entryPoints: - websecure routes: - match: HostRegexp(`^.+\.tunnel\.${domain//./\\.}$`) kind: Rule services: - name: http port: http tls: secretName: tunnel-tls