From e68dc716115535b51a7fba1ee9c4d7a735a645d9 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 15:42:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20dev=20=E6=A8=A1=E5=BC=8F=E5=A7=8B?= =?UTF-8?q?=E7=BB=88=E6=8B=89=E5=8F=96=E6=9C=80=E6=96=B0=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 46d7180..38b990a 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -20,6 +20,7 @@ spec: containers: - name: todo-frontend image: ccr.ccs.tencentyun.com/violin/todo-frontend:latest + imagePullPolicy: Always ports: - containerPort: 80 ---