Difference between revisions of "LivenessProbe"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 25: Line 25:
 
* <code>[[ReadinessProbe]]</code>
 
* <code>[[ReadinessProbe]]</code>
 
* <code>[[kind: Pod]]</code>
 
* <code>[[kind: Pod]]</code>
 +
* <code>[[startupProbe]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 06:40, 10 March 2023

kubectl describe pod liveness-http
Error from server (NotFound): pods "liveness-http" not found


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: