true needs to be a string for haproxy, maybe?

This commit is contained in:
James Andariese 2023-07-15 18:29:30 -05:00
parent 825ef1bf6e
commit b5e617c3c0

View File

@ -19,7 +19,7 @@ haproxy-ingress:
controller: controller:
config: config:
fronting-proxy-port: "81" fronting-proxy-port: "81"
use-proxy-protocol: true use-proxy-protocol: "true"
extraArgs: extraArgs:
watch-ingress-without-class: "" watch-ingress-without-class: ""
ingressClass: haproxy ingressClass: haproxy