-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable webhook target port #896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait until it is being tested internally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for the contribution!
Since we are here, could you also add targetPort: {{ (.Values.metricEndpoint).port | default 8080 }}
to the metrics endpoint below? It will have the same issue. 🙂
2bf5fda
to
b00dddf
Compare
b00dddf
to
9524c4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution.
What's in this PR?
Set the configured webhook port from the values.yaml explicitly on the operator's service.
Why?
When the user wants to use custom webhook port and change the KafkaCluster resource the ValidatingWebhookConfiguration call fails.
Checklist