From f75904e9d2c8a10f1efaa95b6f824548eaa51b2e Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 16 Apr 2022 19:40:00 +0800 Subject: [PATCH] update deploy file template --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index ad3c802..bdb710d 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -15,7 +15,7 @@ spec: labels: app: ${APP_NAME} spec: - terminationGracePeriodSeconds: 20 + terminationGracePeriodSeconds: 30 containers: - name: ${APP_NAME} image: ${IMAGE} -- GitLab