Commit 8bd410e2 authored by 智勇's avatar 智勇

取消imagePullPolicy

parent e2f61338
...@@ -45,7 +45,7 @@ spec: ...@@ -45,7 +45,7 @@ spec:
containers: containers:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent # imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /home/logs - mountPath: /home/logs
name: filelog name: filelog
......
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
containers: containers:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent # imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
env: env:
- name: NAMESPACE - name: NAMESPACE
......
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
containers: containers:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent # imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /home/logs - mountPath: /home/logs
name: filelog name: filelog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment