feat(actions): bootstrap sol runner
All checks were successful
runner-smoke / smoke (push) Successful in 36s

This commit is contained in:
mpabi
2026-04-12 16:39:26 +02:00
commit b94cc46b78
11 changed files with 376 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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.
## 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`.