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