fix: backend 이미지 주소를 외부 IP로 변경
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user