gcloud-lab/apps/base
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
..
customer1 fix(execute-service): update startupProbe to /health/ready with 30 failureThreshold 2026-05-25 06:09:20 +00:00
monitoring/dashboards add dashboards to namespace 2026-05-04 20:38:22 +00:00
osint-dashboard Fix NATS URL service name mismatch and split combined ConfigMap+StatefulSet 2026-05-23 05:12:24 +00:00