Files
bluejay-infra/apps-gx10/fc-tenant-dustin/ingressroute-dustin-web.json

30 lines
577 B
JSON

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