Add Gitea Actions runner for automated CI/CD pipeline

- Runner deployment with host mode execution and kubectl access
- RBAC for creating Kaniko build pods
- Workflow triggers on push to main: Kaniko build → registry push → gitops update → ArgoCD sync

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 20:31:14 +00:00
parent c7c1baa940
commit 46280e86c7
3 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: runner-secret
namespace: build
type: Opaque
stringData:
token: "LfMBBZOvAHsP4YTBHyl8gwVPYKTxQLLXsMB7YlCy"