Files
trade-gitops/README.md
mpabi 060dcc38a6
All checks were successful
deploy-trade-r001-canary / apply (push) Successful in 52s
feat(canary): bootstrap r001 namespace on sol
2026-04-12 16:56:48 +02:00

19 lines
793 B
Markdown

# trade-gitops
GitOps bootstrap and cluster runtime for the `trade-next` migration target on `mevnode_sol`.
## Bootstrap Modules
- `bootstrap/gitea-actions`: organization-scoped Gitea Actions runner for `trade-next`, including deployer RBAC and operator scripts.
## Environments
- `environments/sol/trade-r001-canary`: minimal canary namespace for migration baseline `R001`, including namespace guardrails and deployment smoke checks.
## Current Scope
- Bootstrap a single-node `k3s` control plane on `sol`.
- Expose host-level `Postgres` and `Redis` into the cluster through `trade-infra`.
- Run an organization-scoped Gitea Actions runner that can execute deployment workflows against `sol`.
- Establish a guarded canary namespace on `sol` before application components are promoted.