summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorDennis Zhang <dennis.zhang.nrg@gmail.com>2020-09-05 17:12:21 -0700
committerDennis Zhang <dennis.zhang.nrg@gmail.com>2020-09-05 17:12:21 -0700
commit8408ceffe8b9a8e081ec2b2bdd621a9ab612be43 (patch)
tree251e153a102cbfb96d73041a049dd9a0f7d6fd61 /kubernetes
parentda9133c3c35388f9175b6e4ea650a545bb73f191 (diff)
downloadinvidious-8408ceffe8b9a8e081ec2b2bdd621a9ab612be43.tar.gz
invidious-8408ceffe8b9a8e081ec2b2bdd621a9ab612be43.tar.bz2
invidious-8408ceffe8b9a8e081ec2b2bdd621a9ab612be43.zip
also add initial delay
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
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