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

Operator Helm chart: API server port should be configurable #8201

Open
toms-place opened this issue Nov 14, 2024 · 2 comments
Open

Operator Helm chart: API server port should be configurable #8201

toms-place opened this issue Nov 14, 2024 · 2 comments
Labels
>enhancement Enhancement of existing functionality good first issue Good for newcomers :helm-charts

Comments

@toms-place
Copy link

Our kube-api listens on port 6443 so we need to change the port as well.

Proposed solution: add a kubeAPIServerPort configuration to the helm values.

@botelastic botelastic bot added the triage label Nov 14, 2024
@barkbay
Copy link
Contributor

barkbay commented Nov 25, 2024

I guess you mean here:

- ports:
- port: 443
to:
- ipBlock:
cidr: "{{ $kubeAPIServerIP }}/32"
?

@barkbay barkbay changed the title kubeAPIServerIP - also port needs to be configurable Operator Helm chart: API server port should be configurable Nov 25, 2024
@barkbay barkbay added :helm-charts good first issue Good for newcomers >enhancement Enhancement of existing functionality labels Nov 25, 2024
@botelastic botelastic bot removed the triage label Nov 25, 2024
@toms-place
Copy link
Author

@barkbay yes, exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality good first issue Good for newcomers :helm-charts
Projects
None yet
Development

No branches or pull requests

2 participants