Commit a796dad9 authored by xuezj's avatar xuezj

增加失败健康检查次数

parent 428cb73e
...@@ -68,7 +68,7 @@ spec: ...@@ -68,7 +68,7 @@ spec:
timeoutSeconds: 2 timeoutSeconds: 2
periodSeconds: 5 periodSeconds: 5
successThreshold: 1 successThreshold: 1
failureThreshold: 30 failureThreshold: 40
restartPolicy: Always restartPolicy: Always
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
imagePullSecrets: imagePullSecrets:
......
...@@ -67,7 +67,7 @@ spec: ...@@ -67,7 +67,7 @@ spec:
timeoutSeconds: 2 timeoutSeconds: 2
periodSeconds: 5 periodSeconds: 5
successThreshold: 1 successThreshold: 1
failureThreshold: 20 failureThreshold: 40
restartPolicy: Always restartPolicy: Always
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
imagePullSecrets: imagePullSecrets:
......
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