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 periodSeconds: 30
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /health/ready
port: 8002 port: 8002
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10

View file

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