From 89f0feae08bde0e1545c492b58dd1fbdb9ac3a45 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 23 Sep 2023 18:42:38 +0930 Subject: [PATCH] fix(grafana): dont use operator readiness prob operator defines endpoint :3000/api/health, which fails with invalid argument !1 --- templates/Grafana-Grafana.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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