When I'm trying to use redpanda in LoadBalancer mode, it creates 3 load balancers. It is cheaper to create 1 load balancer with a separate port for each node. It can be done with service.beta.kubernetes.io/aws-load-balancer-name: lb-name annotation, but it is not possible to provide a different port for each LB service
What did you expect to happen?
advertisedPorts expects an array, but only first value is used. I expect the chart to use N-th value for each service
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
```console
$ helm -n list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
redirector-redpanda default 12 2023-08-12 14:23:51.04921211 +0000 UTC deployed redpanda-5.0.4 v23.2.2
```
What happened?
When I'm trying to use redpanda in LoadBalancer mode, it creates 3 load balancers. It is cheaper to create 1 load balancer with a separate port for each node. It can be done with
service.beta.kubernetes.io/aws-load-balancer-name: lb-name
annotation, but it is not possible to provide a different port for each LB serviceWhat did you expect to happen?
advertisedPorts expects an array, but only first value is used. I expect the chart to use N-th value for each service
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
I can try to send PR if the bug is approved
Which are the affected charts?
Redpanda
Chart Version(s)
Cloud provider
JIRA Link: K8S-54