调整镜像地址,取消本地镜像仓库

This commit is contained in:
OTTO 2025-06-05 10:19:19 +08:00
parent fb8ab3e727
commit 171ba5cf33
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ spec:
spec:
containers:
- name: nginx
image: 172.20.32.234:8888/base_images/nginx:latest
image: nginx:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8000