fix: backend 이미지 주소를 외부 IP로 변경
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-27 19:55:17 +09:00
parent 6379f8a526
commit 949059e523

View File

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