-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add loadBalancer option to the chart #74
Conversation
Hello, I know that there had also been requests for "NodePort" service type. I'm not sure if we ever support this (since all variants with NodePort I'm aware of creates open relay because the source IP get lost). Nevertheless, we should maybe make this more generic:
Kind regards, |
Hi Michael, |
I think I covered all viable scenarios:
Regards, Miha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, can we please get it merged for those of us using MetalLB?
Agree, we also need this change. |
May it be that hostPort is not enabled by default in this PR? Otherwise, it looks good to me. I also saw #84 and ask myself how it relates to this one. E.g. there are ports that should never be exposed public (e.g. 10025 and 8000). Would it make sense to go the "additional service way"? |
I would close this in favour to #84. I think having an extra service is a better way. |
Hi, this adds an option for specifying loadBalancer, ExternalTrafficPolicy and loadBalancerIP. I'm using MetaLB in local k3s cluster so hostPort is not an option for me.
Is somehow related to issue #56