Merge pull request #144 from sirius0xdev/fix/execute-readiness-probe
fix(execute-service): update readiness probe to /health/ready
This commit is contained in:
commit
f0fb45b3aa
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ spec:
|
|||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: 8002
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ spec:
|
|||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue