haproxy-ingress icon indicating copy to clipboard operation
haproxy-ingress copied to clipboard

How to disable https frontend in helm charts installation

Open kutsav opened this issue 2 years ago • 1 comments

Description of the problem

Want to disable the https frontend while haproxy installation via helm charts, but that option is not available in open source version, in enterprise version, it is done via extraArgs "--disable-https", and same does not work with the open source haproxy-ingress

Expected behavior A flag to disable https listener for haproxy

Steps to reproduce the problem Helm installation with extraArgs "{--disable-https}"

Environment information

HAProxy Ingress version: 0.13.6

kutsav avatar Mar 18 '22 10:03 kutsav

Hi this is currently unsupported, unfortunately, but it's already a v0.15 roadmap. You can circumvent this configuring the bind port to an unused one, eg https-port: "9443" or something like this in the global configmap.

jcmoraisjr avatar Mar 20 '22 14:03 jcmoraisjr