Changeset - 224740c977b5
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-07-31 11:02:20
jamezpolley@gmail.com
Increase initialdelay to 180 seconds.

120 seconds is a little too short; the instance is getting killed partway through coming up.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
k8s/deployment_template.jsonnet
Show inline comments
...
 
@@ -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": [
0 comments (0 inline, 0 general)