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

30 lines
550 B
JSON

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