kusakabe: disable send-proxy-v2 for openshift
This commit is contained in:
parent
5018ba70cd
commit
7c4334591a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ in {
|
|||
|
||||
backend ${serviceName}-backend
|
||||
balance roundrobin
|
||||
${lib.concatStringsSep "\n " (backendsToLine service.backendPort "check ${if service.sendProxy then "send-proxy-v2" else ""}" service.backends)}
|
||||
${lib.concatStringsSep "\n " (backendsToLine service.backendPort "check ${if (service.sendProxy && false) then "send-proxy-v2" else ""}" service.backends)}
|
||||
'';
|
||||
in ''
|
||||
global
|
||||
|
|
Loading…
Reference in a new issue