fix: image 주소 K8s 내부 서비스명으로 변경
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-06 23:22:55 +09:00
parent d33a12d9b9
commit a4966f4e7e
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ spec:
- name: gitea-registry-secret
containers:
- name: backend
image: 192.168.10.101:30000/qorgh529/portal-backend:latest
image: gitea-http.gitea.svc.cluster.local:3000/qorgh529/portal-backend:latest
imagePullPolicy: Always
ports:
- containerPort: 8000

View File

@@ -17,7 +17,7 @@ spec:
- name: gitea-registry-secret
containers:
- name: frontend
image: 192.168.10.101:30000/qorgh529/portal-frontend:latest
image: gitea-http.gitea.svc.cluster.local:3000/qorgh529/portal-frontend:latest
imagePullPolicy: Always
ports:
- containerPort: 80