Open
Description
Describe the feature you are requesting
Support --health-probe-bind-addr
flag in helm chart, since that one is missing
Describe the proposed solution you'd like
- Add
healthProbeBindAddr
as helm chart value. - Add
--health-probe-bind-addr
toargs:
indeployment.yaml
- Set value of
readinessProbe
andlivenessProbe
port tohealthProbeBindAddr
Contribution Intention (Optional)
-[ x ] Yes, I am willing to contribute a PR to implement this feature
-[ ] No, I cannot work on a PR at this time