Remove readiness probe (too aggressive); keep liveness probe

This commit is contained in:
Hermes Agent service account
2026-08-31 22:52:45 -05:00
parent 261f6be7db
commit 5ee8309d32

View File

@@ -72,20 +72,12 @@ spec:
memory: 1Gi
livenessProbe:
httpGet:
path: /api/v1/models
path: /health
port: http
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
port: http
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 3
failureThreshold: 2
volumeMounts:
- name: data
mountPath: /app/backend/data