fix(data-service): probe /health/ready instead of /health

This commit is contained in:
Hermes Agent 2026-05-25 21:17:10 +00:00
parent c98a69580f
commit 9cbf21173f

View file

@ -62,7 +62,7 @@ spec:
key: password
startupProbe:
httpGet:
path: /health
path: /health/ready
port: 8001
initialDelaySeconds: 15
periodSeconds: 10
@ -75,7 +75,7 @@ spec:
periodSeconds: 30
readinessProbe:
httpGet:
path: /health
path: /health/ready
port: 8001
initialDelaySeconds: 5
periodSeconds: 10