Difference between revisions of "TimeoutSeconds"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{Example probes}}")
 
 
Line 1: Line 1:
 
+
{{lc}}
  
 
{{Example probes}}
 
{{Example probes}}

Latest revision as of 09:23, 2 October 2024

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

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

Advertising: