From 8408ceffe8b9a8e081ec2b2bdd621a9ab612be43 Mon Sep 17 00:00:00 2001 From: Dennis Zhang Date: Sat, 5 Sep 2020 17:12:21 -0700 Subject: [PATCH] also add initial delay --- kubernetes/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/templates/deployment.yaml b/kubernetes/templates/deployment.yaml index 34156127..eec407b0 100644 --- a/kubernetes/templates/deployment.yaml +++ b/kubernetes/templates/deployment.yaml @@ -50,4 +50,5 @@ spec: httpGet: port: 3000 path: / + initialDelaySeconds: 15 restartPolicy: Always