Difference between revisions of "ReadinessProbe"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
  
 
== See also ==
 
== See also ==
 +
* {{Pods}}
 
* {{K8s}}
 
* {{K8s}}
 +
 +
[[Category:K8s]]

Revision as of 10:20, 6 September 2022


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: