Sonardeploy using helm along with AWS Load Balancer is not working as expected

service:
  type: LoadBalancer
  externalPort: 9000
  internalPort: 9000
  labels:
  annotations: {}
  # May be used in example for internal load balancing in GCP:
  # cloud.google.com/load-balancer-type: Internal
  # loadBalancerSourceRanges:
  #   - 104.36.248.13/32
  # loadBalancerIP: 1.2.3.4

Hi,

Welcome to the community!

You haven’t provided a lot to go on here. It’s “not working as expected”. What is happening?

 
Ann