bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
580 stars 106 forks source link

Allow setting `nodePort` for non-nodeport services #326

Closed vaskozl closed 2 months ago

vaskozl commented 4 months ago

In some cases one might want to manually specify the nodePort even for LoadBalancer services, e.g. as a backup if the LB IP can't be used.

Currently the field is allowed by the schema but is ignored due to a condition on the type being nodePort.