{ "kind": "Route", "apiVersion": "v1", "metadata": { "name": "route-passthrough" }, "spec": { "host": "route-pass.example.com", "wildcardPolicy": "Subdomain", "to": { "kind": "Service", "name": "service-secure" }, "tls": { "termination": "passthrough" } } }