health endpoint
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 31s

This commit is contained in:
2026-03-16 20:53:12 -06:00
parent 842f727f4f
commit a4568d124a
3 changed files with 23 additions and 4 deletions

View File

@@ -52,14 +52,14 @@ spec:
memory: 512Mi
readinessProbe:
httpGet:
path: /
path: /health
port: 4000
initialDelaySeconds: 10
periodSeconds: 10
initialDelaySeconds: 3
periodSeconds: 3
failureThreshold: 3
livenessProbe:
httpGet:
path: /
path: /health
port: 4000
initialDelaySeconds: 30
periodSeconds: 30