I have deploy kube-prometheus-stack on my eks cluster. Nginx ingress controller is configured with NLB. I am teminating SSL at NLB. I am trying to expose grafana on subdomain with nginx ingress. When i open subdomain nginx ingress is showing 504 error response.
I'm using this helmchart
k8s verison -> 1.22
values.yaml
grafana:
ingress:
enabled: true
ingressClassName: tf-test
hosts:
- my-dashboard.example.com
path: /