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:
sirius0xdev 2026-05-25 01:19:28 -04:00 committed by GitHub
commit 6885b8c5fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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