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 key: password
startupProbe: startupProbe:
httpGet: httpGet:
path: /health path: /health/ready
port: 8001 port: 8001
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 10 periodSeconds: 10
@ -75,7 +75,7 @@ spec:
periodSeconds: 30 periodSeconds: 30
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /health/ready
port: 8001 port: 8001
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10