Increase probes timeout to 5s (containerd fix)

This commit is contained in:
Stefan Prodan
2018-11-14 15:39:44 +02:00
parent 2d906f0b71
commit 19cb34479e
+2 -2
View File
@@ -48,7 +48,7 @@ spec:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
readinessProbe:
exec:
command:
@@ -60,7 +60,7 @@ spec:
failureThreshold: 3
periodSeconds: 3
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
cpu: 2000m