Merge pull request #147 from sirius0xdev/fix/execute-service-startup-probe

fix(execute-service): update startupProbe to /health/ready with failureThreshold 30
This commit is contained in:
sirius0xdev 2026-05-25 02:09:53 -04:00 committed by GitHub
commit a2c12deff1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,11 +65,11 @@ spec:
key: JWT_SECRET_KEY key: JWT_SECRET_KEY
startupProbe: startupProbe:
httpGet: httpGet:
path: /health path: /health/ready
port: 8002 port: 8002
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 5 periodSeconds: 10
failureThreshold: 6 failureThreshold: 30
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /health