feat(canary): bootstrap r001 namespace on sol
All checks were successful
deploy-trade-r001-canary / apply (push) Successful in 52s

This commit is contained in:
mpabi
2026-04-12 16:56:48 +02:00
parent c566978367
commit 060dcc38a6
7 changed files with 157 additions and 0 deletions

View File

@@ -6,8 +6,13 @@ GitOps bootstrap and cluster runtime for the `trade-next` migration target on `m
- `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.