Difference between revisions of "Template:Example probes"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
  [[readinessProbe]]:
 
  [[readinessProbe]]:
 
   [[httpGet:]]
 
   [[httpGet:]]
     path: /api/health
+
     path: [[/api/health]]
 
     port: 3000
 
     port: 3000
 
   
 
   
Line 8: Line 8:
 
     path: /api/health
 
     path: /api/health
 
     port: 3000
 
     port: 3000
   initialDelaySeconds: 60
+
   [[initialDelaySeconds]]: 60
   timeoutSeconds: 30
+
   [[timeoutSeconds]]: 30
 
   [[failureThreshold]]: 10
 
   [[failureThreshold]]: 10

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: