AWS LBC Ingress not working with Grafana

Hi all,

I am trying to install grafana using HELM with ingress enabled, but I am getting the below message to change securityContect and add the command mentioned below. When I make changes accordingly grafana pods are not starting. Someone’s help/suggestions are appreciated.

The Grafana server can be accessed via port 80 on the following DNS name from within your cluster:

grafana.monitoring.svc.cluster.local

   If you bind grafana to 80, please update values in values.yaml and reinstall:
   
   securityContext:
     runAsUser: 0
     runAsGroup: 0
     fsGroup: 0

   command:
   - "setcap"
   - "'cap_net_bind_service=+ep'"
   - "/usr/sbin/grafana-server &&"
   - "sh"
   - "/run.sh"
   
   Details refer to https://grafana.com/docs/installation/configuration/#http-port.
   Or grafana would always crash.