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:

View File

@@ -16,5 +16,5 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
newTag: main-sha-c7bd76b5a29025a1fe57e10fc44fd6afd37fd947
newTag: main-sha-84e71a6ba463f8830266684976d19b3606b8bfe6