Difference between revisions of "Template:Example probes"

From wikieduonline
Jump to navigation Jump to search
(Created page with " readinessProbe: httpGet: path: /api/health port: 3000 livenessProbe: httpGet: path: /api/health port: 3000 initialDelaySeconds: 60...")
Tags: Mobile web edit, Mobile edit
 
Line 10: Line 10:
 
   initialDelaySeconds: 60
 
   initialDelaySeconds: 60
 
   timeoutSeconds: 30
 
   timeoutSeconds: 30
   failureThreshold: 10
+
   [[failureThreshold]]: 10

Revision as of 09:15, 2 October 2024

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

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

Advertising: