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