Difference between revisions of "Template:Example probes"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  [[readinessProbe]]:
 
  [[readinessProbe]]:
 
   [[httpGet:]]
 
   [[httpGet:]]
     path: /api/health
+
     path: [[/api/health]]
 
     port: 3000
 
     port: 3000
 
   
 
   

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: