Files
bluejay-infra/apps-gx10/telephony/ingressroute-telephony-web-gx10.json

41 lines
811 B
JSON

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