{ "apiVersion": "traefik.io/v1alpha1", "kind": "IngressRoute", "metadata": { "name": "fc-landing-public", "namespace": "fc-system" }, "spec": { "entryPoints": [ "websecure" ], "routes": [ { "kind": "Rule", "match": "Host(`flowercore.io`) || Host(`www.flowercore.io`)", "priority": 100, "services": [ { "name": "fc-landing", "port": 80 } ] } ], "tls": { "secretName": "cf-origin-flowercore-io" } } }