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:
commit
a2c12deff1
1 changed files with 3 additions and 3 deletions
|
|
@ -65,11 +65,11 @@ spec:
|
|||
key: JWT_SECRET_KEY
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: 8002
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 5
|
||||
failureThreshold: 6
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue