feat: add Gitea credentials and Actions runner

- Add gitea-creds ExternalSecret for ArgoCD authentication to Gitea
- Enable Gitea Actions in helm-values.yaml
- Add gitea-runner deployment for CI/CD

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 20:38:03 +09:00
parent 5d54ee767a
commit fa63d0f86a
6 changed files with 155 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ gitea:
MODE: console
LEVEL: info
actions:
ENABLED: true
DEFAULT_ACTIONS_URL: github
# =============================================================================
# INGRESS
# =============================================================================