healthckeck improvements
All checks were successful
CI/CD Pipeline / build (push) Successful in 31s

This commit is contained in:
2026-03-09 15:20:50 -06:00
parent 08f5aedb58
commit 76c4098a19
5 changed files with 22 additions and 14 deletions

View File

@@ -48,14 +48,14 @@ spec:
key: AI_TOKEN
readinessProbe:
httpGet:
path: /
path: /health
port: 4000
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
path: /
path: /health
port: 4000
initialDelaySeconds: 20
periodSeconds: 10
@@ -67,4 +67,3 @@ spec:
limits:
memory: "512Mi"
cpu: "500m"