GCP - Cloud Load Balancing
You wrote this URL map snippet but get an error when deploying:
{
"hostRules": [{"hosts": ["example.com"], "pathMatcher": "pm1"}],
"pathMatchers": [{"name": "pm1", "defaultService": "backend-default", "pathRules": [{"paths": "/home", "service": "backend-home"}]}]
}
What is the error?
{
"hostRules": [{"hosts": ["example.com"], "pathMatcher": "pm1"}],
"pathMatchers": [{"name": "pm1", "defaultService": "backend-default", "pathRules": [{"paths": "/home", "service": "backend-home"}]}]
}
What is the error?
