Merge pull request #144 from sirius0xdev/fix/execute-readiness-probe

fix(execute-service): update readiness probe to /health/ready
This commit is contained in:
sirius0xdev 2026-05-25 01:47:18 -04:00 committed by GitHub
commit f0fb45b3aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ spec:
periodSeconds: 30
readinessProbe:
httpGet:
path: /health
path: /health/ready
port: 8002
initialDelaySeconds: 5
periodSeconds: 10

View file

@ -79,7 +79,7 @@ spec:
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
path: /health/ready
port: http
initialDelaySeconds: 10
periodSeconds: 5