-
Notifications
You must be signed in to change notification settings - Fork 56
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
Allow to specify a node port #181
Comments
Hey! Does the following not meet your needs:
Results in:
|
That sounds perfect! |
@qdii you seem to have re-opened this, can it be closed? |
I think it can, however just a question: I can see that in
Does this mean that if |
Yes it's correct. I guess we should update this parts to be able to update this field with a variable. Feel free to fix the issue with a PR :) |
Use Case
On bare metal installations of Kubernetes, it is often useful to set up services of type
NodePort
to make a node's port available for the service.Currently, the helm chart allow to change the
type
of the service, but note to specify anodePort
, which results in this port to be randomly allocated. Worse, the port isn't stable through upgrades of the charts.Describe the Solution You Would Like
An additional
nodePort
field should be available in the chart.Describe Alternatives You've Considered
TLS passthrough via Ingress may be a workaround.
Additional Context
None
The text was updated successfully, but these errors were encountered: