Adds serverPort for webhook in helm chart, and adds the same option for metricsPort and healthProbePort #4212
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds serverPort for webhook in helm chart, and adds the same option for metricsPort and healthProbePort
For setups using EKS with a third-party CNI (e.g. Cilium) in overlay mode, the webhook needs to run with
hostNetwork: true
.This presents a potential issue with conflicting ports. #2624 addressed this on the webhook itself, but did not add the option for the helm chart. This PR adds this setting to the helm chart, and expands the functionality by allowing to set healthProbePort and metricsPort.
The code changes are:
These are the steps to validate the PR: