kusakabe: disable send-proxy-v2 for openshift

This commit is contained in:
Luke Granger-Brown 2021-02-17 04:33:08 +00:00
parent 5018ba70cd
commit 7c4334591a

View file

@ -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