FEAT(ci): add ArgoCD auto-deployment
- Add auto-clone on pod startup - Integrate with ArgoCD for deployment
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -16,5 +16,5 @@ commonLabels:
|
||||
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
||||
images:
|
||||
- name: gitea0213.kro.kr/bluemayne/mas
|
||||
newTag: main-sha-c7bd76b5a29025a1fe57e10fc44fd6afd37fd947
|
||||
newTag: main-sha-84e71a6ba463f8830266684976d19b3606b8bfe6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user