elastic / cloud-on-k8s

Elastic Cloud on Kubernetes
Other
68 stars 708 forks source link

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

Open toms-place opened 2 weeks ago

toms-place commented 2 weeks ago

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.

barkbay commented 4 days ago

I guess you mean here: https://github.com/elastic/cloud-on-k8s/blob/54ec0e397caf2a5439a654d634104619a740bc07/deploy/eck-operator/templates/operator-network-policy.yaml#L23-L27?

toms-place commented 4 days ago

@barkbay yes, exactly.