REFACTOR(app): switch to Gitea registry
- Update image from harbor to gitea0213.kro.kr - Add imagePullPolicy: Always
This commit is contained in:
@@ -17,7 +17,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mas
|
- name: mas
|
||||||
image: harbor.mayne.vcn/mas/platform:latest
|
image: gitea0213.kro.kr/bluemayne/mas:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ commonLabels:
|
|||||||
app.kubernetes.io/component: platform
|
app.kubernetes.io/component: platform
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: harbor.mayne.vcn/mas/platform
|
- name: gitea0213.kro.kr/bluemayne/mas
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ commonLabels:
|
|||||||
|
|
||||||
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
||||||
images:
|
images:
|
||||||
- name: harbor.mayne.vcn/mas/platform
|
- name: gitea0213.kro.kr/bluemayne/mas
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user