Template:Example probes

From wikieduonline
Revision as of 09:15, 2 October 2024 by Welcome (talk | contribs)
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: