From a024efbd3f43f936079beec85a49a4ae19ad17f0 Mon Sep 17 00:00:00 2001 From: qorgh529 Date: Mon, 27 Apr 2026 20:01:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20frontend=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EC=A3=BC=EC=86=8C=EB=A5=BC=20=EC=99=B8=EB=B6=80=20IP?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/05-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/05-frontend.yaml b/k8s/05-frontend.yaml index eefd192..9219ccc 100755 --- a/k8s/05-frontend.yaml +++ b/k8s/05-frontend.yaml @@ -17,7 +17,7 @@ spec: - name: gitea-registry-secret containers: - 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 ports: - containerPort: 80