gcloud-lab/apps/base/customer1/trading-platform
Sirius Devops abecefe0e1 fix(execute-service): update startupProbe to /health/ready with 30 failureThreshold
The service was 'running but not ready' because:
- startupProbe used /health (always-ok) with only failureThreshold: 6 (~30s grace)
- Executor initialization (Hyperliquid SDK network calls + Solana client) takes longer

Now uses /health/ready (checks actual executor state) with failureThreshold: 30 (~5min grace), matching the pattern used for data-service and dashboard.

Also updated Helm template for consistency.
2026-05-25 06:09:20 +00:00
..
configmaps fix: rename K8s env vars to EXECUTE_ prefix for execute-service 2026-05-24 23:57:04 +00:00
dashboard fix(dashboard): add explicit tailscale.com/ports: "http:3000" annotation 2026-05-25 06:05:51 +00:00
data-service fix(trading-platform): increase startupProbe failureThreshold to 30 for data-service and dashboard 2026-05-25 05:49:05 +00:00
execute-service fix(execute-service): update startupProbe to /health/ready with 30 failureThreshold 2026-05-25 06:09:20 +00:00
network-policies feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
news-service feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
routes feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
secrets fix: wire JWT_SECRET_KEY in live kustomize path 2026-05-25 01:53:19 +00:00
kustomization.yaml feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00