gcloud-lab/apps/base/customer1/trading-platform
Sirius Devops d002a7896b fix(dashboard): align port to 3000 and probes to root path
- containerPort: 3000 (matches Next.js default + Dockerfile ENV PORT=3000)
- All probes (startup/liveness/readiness): path  (Next.js serves root when ready)
- Service targetPort: 3000

Fixes 'not ready' and 'can't reach it' (previous mismatch with 8000 + /api/health which didn't exist).

Live manifests updated (source of truth).
2026-05-25 05:55:21 +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): align port to 3000 and probes to root path 2026-05-25 05:55:21 +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: readiness probe for execute-service uses /health/ready 2026-05-25 05:39:24 +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