REFACTOR(app): switch to Gitea registry

- Update image from harbor to gitea0213.kro.kr
- Add imagePullPolicy: Always
This commit is contained in:
2025-12-23 23:19:08 +09:00
parent 09be71cf76
commit 599a24792f
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ spec:
spec:
containers:
- name: mas
image: harbor.mayne.vcn/mas/platform:latest
image: gitea0213.kro.kr/bluemayne/mas:latest
imagePullPolicy: Always
ports:
- containerPort: 8000
name: http

View File

@@ -10,6 +10,6 @@ commonLabels:
app.kubernetes.io/component: platform
images:
- name: harbor.mayne.vcn/mas/platform
- name: gitea0213.kro.kr/bluemayne/mas
newTag: latest

View File

@@ -15,6 +15,6 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: harbor.mayne.vcn/mas/platform
- name: gitea0213.kro.kr/bluemayne/mas
newTag: latest