Files
foxhunt/infra/k8s/services
jgrusewski 0473eece26 infra(services): set replicas=0 on 9 application services — dev-mode
Persist the current dev-mode shutdown state in YAML so `kustomize build
| kubectl apply` won't quietly restart paused services.

Scope: foxhunt application services only. Core infra (GitLab, Minio,
Argo, Postgres, Redis) unchanged.

Paused:
- api, web-dashboard           (dashboard stack, not used for CLI dev)
- trading-service, trading-agent-service, broker-gateway, ib-gateway
                               (live trading — not running in dev)
- backtesting-service          (Argo workflows run standalone without it)
- data-acquisition-service     (training uses cached .fxcache, not live feed)
- ml-training-service          (training runs via scripts/argo-train.sh)

Each manifest has a restore-command comment documenting the rollback:
`kubectl -n foxhunt scale deployment <name> --replicas=1`.
2026-04-21 00:44:53 +02:00
..