Commit 55e40068 authored by 温海元's avatar 温海元

fix backoff issue

parent f7b55239
...@@ -47,7 +47,8 @@ spec: ...@@ -47,7 +47,8 @@ spec:
containers: containers:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
# imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: [ "/bin/bash", "-ce", "tail -f /dev/null" ]
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