Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use health endpoint for Grafana readiness probe (istio#16634)
Prior to this change we used the login page, which returns 25kb of data. This will cause the probe to fail in Kubernetes 1.16+ (kubernetes/kubernetes#76518), which will limit to 10kb. This change mirrors the official Grafana charts readiness probe: https://github.com/helm/charts/blob/master/stable/grafana/values.yaml#L18-L21
- Loading branch information