gcloud-lab/apps/base/customer1/trading-platform/dashboard
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
..
deployment.yaml fix(dashboard): align port to 3000 and probes to root path 2026-05-25 05:55:21 +00:00
kustomization.yaml feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
service.yaml fix(dashboard): align port to 3000 and probes to root path 2026-05-25 05:55:21 +00:00