kusakabe: enable send-proxy-v2 for requests to OKD haproxy
This commit is contained in:
parent
04c3a8431b
commit
949c86e816
1 changed files with 6 additions and 6 deletions
|
@ -238,9 +238,9 @@ in {
|
|||
backend https-backend
|
||||
balance roundrobin
|
||||
mode tcp
|
||||
server okd1 137.74.77.21:443 check
|
||||
server okd2 137.74.77.22:443 check
|
||||
server okd3 137.74.77.23:443 check
|
||||
server okd1 137.74.77.21:443 check send-proxy-v2
|
||||
server okd2 137.74.77.22:443 check send-proxy-v2
|
||||
server okd3 137.74.77.23:443 check send-proxy-v2
|
||||
|
||||
frontend http
|
||||
bind 137.74.77.17:80
|
||||
|
@ -249,9 +249,9 @@ in {
|
|||
backend http-backend
|
||||
balance roundrobin
|
||||
mode tcp
|
||||
server okd1 137.74.77.21:80 check
|
||||
server okd2 137.74.77.22:80 check
|
||||
server okd3 137.74.77.23:80 check
|
||||
server okd1 137.74.77.21:80 check send-proxy-v2
|
||||
server okd2 137.74.77.22:80 check send-proxy-v2
|
||||
server okd3 137.74.77.23:80 check send-proxy-v2
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue