Files
bluejay-infra/apps-gx10/fc-updater/ingressroute-updatecenter-web-public-gx10.json
2026-06-17 23:47:18 -05:00

30 lines
649 B
JSON

{
"apiVersion": "traefik.io/v1alpha1",
"kind": "IngressRoute",
"metadata": {
"name": "updatecenter-web-public-gx10",
"namespace": "fc-updater"
},
"spec": {
"entryPoints": [
"websecure"
],
"routes": [
{
"kind": "Rule",
"match": "(Host(`update.flowercore.io`) || Host(`updates.flowercore.io`)) && (Method(`GET`) || Method(`HEAD`))",
"priority": 100,
"services": [
{
"name": "updatecenter-web",
"port": 8080
}
]
}
],
"tls": {
"secretName": "cf-origin-flowercore-io"
}
}
}