FIX(app): fix image path mayne0213 to bluemayne
- Change image path to match Gitea repository name - Fix container registry reference
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: todo-app
|
- name: todo-app
|
||||||
image: gitea0213.kro.kr/mayne0213/todo:latest
|
image: gitea0213.kro.kr/bluemayne/todo:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ commonLabels:
|
|||||||
app.kubernetes.io/component: web
|
app.kubernetes.io/component: web
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: gitea0213.kro.kr/mayne0213/todo
|
- name: gitea0213.kro.kr/bluemayne/todo
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ commonLabels:
|
|||||||
|
|
||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: gitea0213.kro.kr/mayne0213/todo
|
- name: gitea0213.kro.kr/bluemayne/todo
|
||||||
newTag: develop
|
newTag: develop-sha-1a8d8cf79051d01d29c83356d54f318ab20fdc51
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user