Q
Size: a a a
Q
RI
AS
Q
AE
map $http_x_request_id $google_backend {
"~^11111111.*" http://emulator/google;
default https://google.com;
}
location ~ /google(?<google_request>.*) {
proxy_pass $google_backend$google_request;
}
А
spec:
rules:
- host: example.com
http:
paths:
- path: /example
backend:
serviceName: example-com
servicePort: 80
Для селектора по заголовкам можно заюзатьА
А
u
A
ES
A
ES
A
ES
A
A
A
AG