Fix readiness probe to use /health endpoint (no auth needed)

This commit is contained in:
Hermes Agent service account
2026-08-31 22:51:05 -05:00
parent 8ea19dbf70
commit 261f6be7db

View File

@@ -80,7 +80,7 @@ spec:
failureThreshold: 3
readinessProbe:
httpGet:
path: /api/v1/models
path: /health
port: http
initialDelaySeconds: 10
periodSeconds: 5