FEAT(ci): add ArgoCD auto-deployment

- Add auto-clone on pod startup
- Integrate with ArgoCD for deployment
This commit is contained in:
2025-12-24 01:15:47 +09:00
parent b27a1346b1
commit d93c64045a
3 changed files with 385 additions and 21 deletions

View File

@@ -53,6 +53,12 @@ spec:
secretKeyRef:
name: postgresql-root-password
key: password
- name: GITEA_TOKEN
valueFrom:
secretKeyRef:
name: mas-api-keys
key: gitea-token
optional: true
- name: REDIS_URL
value: "redis://redis:6379/0"
resources: