This message was deleted.
s
This message was deleted.
p
can you share how you have sett up FE loadbalancer?
a
this is what i did
Copy code
frontend:
  name: "frontend"
  replicaCount: 1
  service:
    type: ClusterIP
    port: 3301

  ingress:
    enabled: true
    className: "alb"
    annotations:
      <http://alb.ingress.kubernetes.io/scheme|alb.ingress.kubernetes.io/scheme>: internet-facing
    hosts:
      - host: <http://observer.domain.com|observer.domain.com>
        paths:
          - path: /
            pathType: ImplementationSpecific
            port: 3301