diff --git a/templates/Grafana-Grafana.yaml b/templates/Grafana-Grafana.yaml index 07e5784..737d0b4 100644 --- a/templates/Grafana-Grafana.yaml +++ b/templates/Grafana-Grafana.yaml @@ -71,6 +71,14 @@ spec: name: grafana-http readinessProbe: failureThreshold: 3 + httpGet: + path: /login + port: 3000 + scheme: HTTP + initialDelaySeconds: 30 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 resources: limits: cpu: 2000m