gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "IngressRoute",
|
||||
"metadata": {
|
||||
"name": "fc-distribution-public",
|
||||
"namespace": "fc-distribution"
|
||||
},
|
||||
"spec": {
|
||||
"entryPoints": [
|
||||
"websecure"
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"kind": "Rule",
|
||||
"match": "Host(`dist.flowercore.io`) && (Method(`GET`) || Method(`HEAD`))",
|
||||
"priority": 100,
|
||||
"services": [
|
||||
{
|
||||
"name": "fc-distribution",
|
||||
"port": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tls": {
|
||||
"secretName": "cf-origin-flowercore-io"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user