You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: