update QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS value for openshift deployment
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
This commit is contained in:
parent
f915352138
commit
d0d68816f9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ parameters:
|
||||||
value: "0"
|
value: "0"
|
||||||
displayName: quay app deployment min ready seconds
|
displayName: quay app deployment min ready seconds
|
||||||
- name: QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS
|
- name: QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS
|
||||||
value: "600s"
|
value: "600"
|
||||||
displayName: quay app deployment progress deadline seconds
|
displayName: quay app deployment progress deadline seconds
|
||||||
- name: QUAY_APP_DEPLOYMENT_REVISION_HISTORY_LIMITS
|
- name: QUAY_APP_DEPLOYMENT_REVISION_HISTORY_LIMITS
|
||||||
value: "10"
|
value: "10"
|
||||||
|
|
Reference in a new issue