ibm-messaging / mq-helm

Apache License 2.0
25 stars 33 forks source link

Classic-Load balancer is getting created #58

Closed Murali-Cloudbridge closed 9 months ago

Murali-Cloudbridge commented 9 months ago

When we deploy the solution, only classic load balancer is getting created, is there any way we can update the chart to create NLB when deploying the solution.

Whether we need to deploy aws-load-balancer controller and modify values.yaml accordingly.

callumpjackson commented 9 months ago

Hi Murali, The AWS load balancer configuration, including if classic or NLB, is controlled by annotations on the load balancer service. This can already be customized using the route.loadBalancer.annotations property. You will see that we configure a separate annotation in the AWS sample here, and can use a similar mechanism to change to an NLB.

Closing as resolved - feel free to re-open as needed.