GCP - Cloud Load Balancing
Why does this URL map configuration fail to route requests correctly?
{
"hostRules": [{"hosts": ["example.com"], "pathMatcher": "pm1"}],
"pathMatchers": [{"name": "pm2", "defaultService": "backend-default"}]
}
Requests to example.com are not routed as expected.
{
"hostRules": [{"hosts": ["example.com"], "pathMatcher": "pm1"}],
"pathMatchers": [{"name": "pm2", "defaultService": "backend-default"}]
}
Requests to example.com are not routed as expected.
