From fc04f590455faedd0b178cec03e315f9ffedb750 Mon Sep 17 00:00:00 2001 From: Anton Korneta Date: Tue, 15 May 2018 11:58:03 +0300 Subject: [PATCH] Increase termination grace period to 6 minutes --- deploy/openshift/templates/che-server-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/openshift/templates/che-server-template.yaml b/deploy/openshift/templates/che-server-template.yaml index 533151f3be..b781f1dfdf 100644 --- a/deploy/openshift/templates/che-server-template.yaml +++ b/deploy/openshift/templates/che-server-template.yaml @@ -172,7 +172,7 @@ objects: terminationMessagePolicy: File restartPolicy: Always serviceAccountName: che - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 360 triggers: - type: ConfigChange