{ "apiVersion": "traefik.io/v1alpha1", "kind": "IngressRoute", "metadata": { "name": "telephony-web-internal-gx10", "namespace": "telephony" }, "spec": { "entryPoints": [ "websecure" ], "routes": [ { "kind": "Rule", "match": "Host(`telephony.iamworkin.lan`)", "priority": 100, "services": [ { "name": "telephony-web", "port": 5100 } ] } ], "tls": { "secretName": "telephony-internal-tls" } } }