Change progress deadline default to 10 minutes

This commit is contained in:
stefanprodan
2018-11-28 14:53:12 +02:00
parent 2d8adbaca4
commit 9a29ea69d7
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ spec:
kind: Deployment
name: podinfo
# the maximum time in seconds for the canary deployment
# to make progress before it is rollback (default 60s)
# to make progress before it is rollback (default 600s)
progressDeadlineSeconds: 60
# HPA reference (optional)
autoscalerRef: