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

Disable all services and use host based network #23

Open
zbebeto opened this issue May 19, 2021 · 2 comments
Open

Disable all services and use host based network #23

zbebeto opened this issue May 19, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@zbebeto
Copy link

zbebeto commented May 19, 2021

Hi jcmorais,

I started with haproxy ingress using my own k8s yml files. Now I started using helm. In this new context,
I realized that there is a creation of some services. I want to work 100% host based network with no NAT.
So I dont need a service of kind loadbalancer that is been created because the haproxy ingress will bind directly in the host's ports.
I have already put the "config:" (my config map) and the hostnetwork to true. It worked.
But I dont need this service and I dont know how to disable this service creation.
Can you help me ?

@jcmoraisjr
Copy link
Member

Hi, this is actually not supported, you can only configure the type of the service. But I agree that an enabled attribute would be helpful, I'll take care of it and add in the next release.

@zbebeto
Copy link
Author

zbebeto commented May 19, 2021

ok... thanks... I will delete the service manually

@jcmoraisjr jcmoraisjr added the enhancement New feature or request label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants