Add in-cluster Forgejo Actions runner manifests (ADR-004)
DinD sidecar + forgejo-runner Deployment with PVC-backed registration state. Makefile targets for registration secret, deploy, and status.
This commit is contained in:
parent
f49be83f7e
commit
0f0b340754
4 changed files with 177 additions and 1 deletions
|
|
@ -56,8 +56,13 @@ make forgejo-dry-run
|
|||
make forgejo-deploy
|
||||
make forgejo-ingress-deploy
|
||||
make forgejo-ssh-nodeport-deploy # optional; git+ssh via nodePort 30022
|
||||
# In-cluster Actions runner (ADR-004, railiance-infra/docs/adr/ADR-004-...)
|
||||
# One-time: encrypt helm/forgejo-runner-registration.sops.yaml from template
|
||||
make forgejo-runner-registration-deploy
|
||||
make forgejo-runner-deploy
|
||||
make forgejo-status
|
||||
make forgejo-smoke
|
||||
make forgejo-runner-status
|
||||
```
|
||||
|
||||
## Upgrade notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue