Skip to content

fix(kubernetes-operator): change webhook container port to service targetPort#42

Open
aslafy-z wants to merge 1 commit intonetbirdio:mainfrom
aslafy-z:patch-1
Open

fix(kubernetes-operator): change webhook container port to service targetPort#42
aslafy-z wants to merge 1 commit intonetbirdio:mainfrom
aslafy-z:patch-1

Conversation

@aslafy-z
Copy link
Copy Markdown

Update the deployment to advertise the right port in the container ports mapping.

Copilot AI review requested due to automatic review settings March 13, 2026 15:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Helm chart deployment for the Kubernetes operator so the container’s webhook port matches the Service’s configured targetPort, aligning the Pod’s declared containerPort with how traffic is actually routed.

Changes:

  • Switch containerPort from .Values.webhook.service.port to .Values.webhook.service.targetPort for the webhook server container port.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@aslafy-z aslafy-z changed the title fix(kubernetes-operator): change webhook service port to targetPort fix(kubernetes-operator): change webhook container port to targetPort Mar 13, 2026
@aslafy-z aslafy-z changed the title fix(kubernetes-operator): change webhook container port to targetPort fix(kubernetes-operator): change webhook container port to service targetPort Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants