FailureThreshold

From wikieduonline
Revision as of 09:15, 2 October 2024 by Welcome (talk | contribs) (Created page with " {{Example probes}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


readinessProbe:
  httpGet:
    path: /api/health
    port: 3000

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

Advertising: