fix: image 주소 K8s 내부 서비스명으로 변경
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user