Difference between revisions of "LivenessProbe"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  .../...
 
  .../...
 
  readinessProbe:
 
  readinessProbe:
   httpGet:
+
   [[httpGet:]]
 
     path: /api/health
 
     path: /api/health
 
     port: 3000
 
     port: 3000

Revision as of 12:43, 11 October 2022

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: