From 301fec8860d5bf4d092d20c42b1e13dc3ef1e012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 21 Nov 2021 12:30:26 +0100 Subject: [PATCH] Reduce termination grace period --- src/runboat/kubefiles/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index d45210a..cdd4ce0 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -17,7 +17,7 @@ spec: app: odoo spec: # let Odoo stop gracefully to disconnect from postgres - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 10 containers: - name: odoo image: odoo