From 224740c977b5d0a295ed42b1fd4e2ca2d3b403dc Mon Sep 17 00:00:00 2001 From: James Polley Date: Tue, 31 Jul 2018 11:02:20 +0000 Subject: [PATCH] Increase initialdelay to 180 seconds. 120 seconds is a little too short; the instance is getting killed partway through coming up. --- k8s/deployment_template.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index 9a874724..e7b8aadd 100644 --- a/k8s/deployment_template.jsonnet +++ b/k8s/deployment_template.jsonnet @@ -120,10 +120,10 @@ function (slug, sha) { "port": 8000, "scheme": "HTTP" }, - "initialDelaySeconds": 120, + "initialDelaySeconds": 180, "periodSeconds": 10, "successThreshold": 1, - "timeoutSeconds": 2 + "timeoutSeconds": 5 }, "name": "symposion-app", "ports": [