Merge pull request #143 from sirius0xdev/fix/trading-startup-probes
fix(trading-platform): add startupProbe to data-service, execute-serv…
This commit is contained in:
commit
6885b8c5fc
3 changed files with 21 additions and 0 deletions
|
|
@ -41,6 +41,13 @@ spec:
|
|||
requests:
|
||||
cpu: "250m"
|
||||
memory: 256Mi
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 3000
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
|
|||
|
|
@ -41,6 +41,13 @@ spec:
|
|||
requests:
|
||||
cpu: "500m"
|
||||
memory: 512Mi
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8001
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
|
|||
|
|
@ -57,6 +57,13 @@ spec:
|
|||
requests:
|
||||
cpu: "250m"
|
||||
memory: 256Mi
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8000
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue