fix(grafana): dont use operator readiness prob

operator defines endpoint :3000/api/health, which fails with invalid argument

!1
This commit is contained in:
2023-09-23 18:42:38 +09:30
parent 0d1d0a34d8
commit 89f0feae08

View File

@ -71,6 +71,14 @@ spec:
name: grafana-http name: grafana-http
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet:
path: /login
port: 3000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
resources: resources:
limits: limits:
cpu: 2000m cpu: 2000m