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:
|
||||
containers:
|
||||
- name: portfolio-app
|
||||
image: gitea0213.kro.kr/mayne0213/portfolio:latest
|
||||
image: gitea0213.kro.kr/bluemayne/portfolio:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
@@ -11,5 +11,5 @@ commonLabels:
|
||||
app.kubernetes.io/component: web
|
||||
|
||||
images:
|
||||
- name: gitea0213.kro.kr/mayne0213/portfolio
|
||||
- name: gitea0213.kro.kr/bluemayne/portfolio
|
||||
newTag: latest
|
||||
|
||||
@@ -13,8 +13,8 @@ commonLabels:
|
||||
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: gitea0213.kro.kr/mayne0213/portfolio
|
||||
newTag: develop-sha-4274e42e6d72a479cb814c530f945a32a6724785
|
||||
- name: gitea0213.kro.kr/bluemayne/portfolio
|
||||
newTag: develop-sha-59417db99e01138c0e756e7b425e6a6c328377a1
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user