You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello as i am preparing the changes to support multiple docker registries and other stuff as setting the high available nexus deployment i noticed that the services.yaml are missing a component which would enable to define a nodePort value instead of having it defined randomly once the type is set as NodePort.
Same way would be just a nodePort: line added to the values.yaml
That way instead of getting a random nodePorts people can keep it organized. This may also be beneficial from the security perspective that people may not need to open whole nodePort documented range but instead could choose a much smaller portion.
The text was updated successfully, but these errors were encountered:
I edited the initial proposition by adding an extention to check if that value is not empty. If that will be not defined then the section will not be taken and randomized value will be used, but still for those who wants to use the defined values it can be easily added.
Hello as i am preparing the changes to support multiple docker registries and other stuff as setting the high available nexus deployment i noticed that the services.yaml are missing a component which would enable to define a nodePort value instead of having it defined randomly once the type is set as NodePort.
Change is simple in services.yaml:
For the second service it would be:
Same way would be just a nodePort: line added to the values.yaml
That way instead of getting a random nodePorts people can keep it organized. This may also be beneficial from the security perspective that people may not need to open whole nodePort documented range but instead could choose a much smaller portion.
The text was updated successfully, but these errors were encountered: