readinessProbe

From wikieduonline
Revision as of 10:20, 6 September 2022 by Cry (talk | contribs) (→‎Related)
Jump to navigation Jump to search


helm show all grafana/grafana
readinessProbe:
  httpGet:
    path: /api/health
    port: 3000

livenessProbe:
  httpGet:
    path: /api/health
    port: 3000
  initialDelaySeconds: 60
  timeoutSeconds: 30
  failureThreshold: 10

Related

See also

Advertising: