Merge pull request #26 from tparikh/fix-openshift-deployment

PROJQUAY-11 - update progressDeadlineSeconds value for openshift deployment
This commit is contained in:
Jake Moshenko 2019-11-20 09:51:54 -05:00 committed by GitHub
commit 04fbaa8890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ parameters:
value: "0"
displayName: quay app deployment min ready seconds
- name: QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS
value: "600s"
value: "600"
displayName: quay app deployment progress deadline seconds
- name: QUAY_APP_DEPLOYMENT_REVISION_HISTORY_LIMITS
value: "10"