rvashishth opened a new pull request #37: URL: https://github.com/apache/pulsar-helm-chart/pull/37
### Motivation A [Kubernetes service](https://kubernetes.io/docs/concepts/services-networking/service/) can map any incoming port to a targetPort. By default and for convenience, the targetPort is set to the same value as the port field. This change will give the flexibility to change targetPort without customizing the chart templates. ### Modifications - move port under service in values file - add targetPort for grafana and pulsar_manager service ### Verifying this change - [ ] Make sure that the change passes the CI checks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org