Skip to content

Commit

Permalink
Increase probes timeout to 5s (containerd fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Nov 14, 2018
1 parent 2d906f0 commit 19cb344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/canaries/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
readinessProbe:
exec:
command:
Expand All @@ -60,7 +60,7 @@ spec:
failureThreshold: 3
periodSeconds: 3
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
cpu: 2000m
Expand Down

0 comments on commit 19cb344

Please sign in to comment.