pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Allow setting nodePort Option for proxy service
Fixes #281
Motivation
We can not set a specific nodePort for the proxy service. We want to persist a specific nodePort to make the Chart redeployable in our infrastructure.
Modifications
We add the proxy.service.nodePort
option to the values.yaml
. If set, it will be included in the proxy service definition (templates/proxy-service.yaml
).
Verifying this change
- [ ] Make sure that the change passes the CI checks.