gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
28
apps-gx10/fc-aistation/ingressroute-aistation-web.json
Normal file
28
apps-gx10/fc-aistation/ingressroute-aistation-web.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "IngressRoute",
|
||||
"metadata": {
|
||||
"name": "aistation-web",
|
||||
"namespace": "fc-aistation"
|
||||
},
|
||||
"spec": {
|
||||
"entryPoints": [
|
||||
"websecure"
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"kind": "Rule",
|
||||
"match": "Host(`aistation.iamworkin.lan`)",
|
||||
"services": [
|
||||
{
|
||||
"name": "aistation-web",
|
||||
"port": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tls": {
|
||||
"secretName": "aistation-web-tls"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user