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