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

This commit is contained in:
qorgh529
2026-04-27 20:01:45 +09:00
parent 949059e523
commit a024efbd3f

View File

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