调整镜像地址,取消本地镜像仓库
This commit is contained in:
parent
fb8ab3e727
commit
171ba5cf33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue