infracloud/scripts/auto-organized/lb_rules.json

27 lines
1.1 KiB
JSON

[
{
"name": "crivo_dev_adm",
"condition": "all(http.request.headers[(i 'host')] eq (i 'crivo-dev-adm.invista.com.br'))",
"actions": [{"name": "FORWARD_TO_BACKENDSET", "backendSetName": "Dev_Crivo_BS_84"}]
},
{
"name": "crivo_dev",
"condition": "all(http.request.headers[(i 'host')] eq (i 'crivo-dev.invista.com.br'))",
"actions": [{"name": "FORWARD_TO_BACKENDSET", "backendSetName": "Dev_Crivo_BS_80"}]
},
{
"name": "mfe_user_dev",
"condition": "all(http.request.headers[(i 'host')] eq (i 'mfe-user-dev.invista.com.br'))",
"actions": [{"name": "FORWARD_TO_BACKENDSET", "backendSetName": "bs-mfe-user-dev"}]
},
{
"name": "mfe_shell_dev",
"condition": "all(http.request.headers[(i 'host')] eq (i 'mfe-shell-dev.invista.com.br'))",
"actions": [{"name": "FORWARD_TO_BACKENDSET", "backendSetName": "bs-mfe-shell-dev"}]
},
{
"name": "mfe_shell_dev_oci",
"condition": "all(http.request.headers[(i 'host')] eq (i 'mfe-shell-dev-oci.invista.com.br'))",
"actions": [{"name": "FORWARD_TO_BACKENDSET", "backendSetName": "bs-mfe-shell-dev-oci"}]
}
]