kubernetes-sigs/aws-load-balancer-controller
Support `--health-probe-bind-addr` flag in helm chart
开放
#4,136 创建于 2025年4月9日
good first issuekind/feature
仓库指标
- 星标
- (4,317 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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
healthProbeBindAddras helm chart value. - Add
--health-probe-bind-addrtoargs:indeployment.yaml - Set value of
readinessProbeandlivenessProbeport 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