From c72c48d13757c5f490d4b134a9232876f128d08c Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Fri, 6 Dec 2024 12:15:14 +0800 Subject: [PATCH] =?UTF-8?q?build(deployment):=20=E6=9B=B4=E6=96=B0=20nginx?= =?UTF-8?q?=20=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 nginx 容器镜像从 docker.m.ixdev.cn/library/nginx:latest 更改为 registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:latest --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index fb4a5d3..8745084 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -18,7 +18,7 @@ spec: app: nginx spec: containers: - - image: docker.m.ixdev.cn/library/nginx:latest + - image: registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:latest name: nginx resources: {} status: {}