Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable https frontend in helm charts installation #907

Open
kutsav opened this issue Mar 18, 2022 · 1 comment
Open

How to disable https frontend in helm charts installation #907

kutsav opened this issue Mar 18, 2022 · 1 comment

Comments

@kutsav
Copy link

kutsav commented Mar 18, 2022

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

@jcmoraisjr
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants