build(deployment): 更新 nginx 容器镜像

- 将 nginx 容器镜像从 docker.m.ixdev.cn/library/nginx:latest 更改为 registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:latest
This commit is contained in:
suyiiyii 2024-12-06 12:15:14 +08:00
parent 8bf099c14d
commit c72c48d137
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -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: {}