pulsar-helm-chart icon indicating copy to clipboard operation
pulsar-helm-chart copied to clipboard

Allow setting nodePort Option for proxy service

Open MBcom opened this issue 2 years ago • 0 comments

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.

MBcom avatar Jul 20 '22 14:07 MBcom