Skip to content
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

k8s: allow setting custom external ports for all listeners #6564

Merged
merged 4 commits into from
Sep 29, 2022

Conversation

nicolaferraro
Copy link
Member

@nicolaferraro nicolaferraro commented Sep 29, 2022

Cover letter

This allows specifying a port for the external listener for admin API, Pandaproxy and Schema registry.

Since schema registry had a different configuration, I decided to add a flag for disabling auto-generation of the port, so that port is auto-generated by default (backward compatibility), but it's fixed when the staticNodePort flag is true. In that case, the webhook will ensure that the port is in the [30000-32768] range.

Release notes

Features

  • operator: external ports can be explicitly specified for admin API, Panda proxy and schema registry

@nicolaferraro nicolaferraro changed the title k8s: allow setting custom external ports for all listener k8s: allow setting custom external ports for all listeners Sep 29, 2022
@nicolaferraro nicolaferraro marked this pull request as ready for review September 29, 2022 10:41
@nicolaferraro nicolaferraro requested a review from a team as a code owner September 29, 2022 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants