Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
180 stars 231 forks source link

nodeport option #116

Open pankaj-jain11 opened 4 years ago

pankaj-jain11 commented 4 years ago

Was going through the service.yaml template for sonarqube https://github.com/Oteemo/charts/blob/master/charts/sonarqube/templates/service.yaml

won't it be better to have a node port option if anyone wants to host it using a NodePort on its own network?

javajon commented 3 years ago

Agree. While chart allows service to be of type NodePort, the setting of nodePort value is missing. It's a common option for charts with Services to allow setting nodePort. The workaround is to apply a patch after the chart install.