From 715b48e5df1dd3ad338bab2931476fa6505b786e Mon Sep 17 00:00:00 2001 From: deimosfr Date: Wed, 17 Oct 2018 23:42:34 +0200 Subject: [PATCH] refactor: reducing initial boot delay --- kubernetes/templates/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/templates/daemonset.yaml b/kubernetes/templates/daemonset.yaml index 8c125cc..6fa2656 100644 --- a/kubernetes/templates/daemonset.yaml +++ b/kubernetes/templates/daemonset.yaml @@ -89,12 +89,12 @@ spec: httpGet: path: /health port: 8080 - initialDelaySeconds: 30 + initialDelaySeconds: 300 periodSeconds: 10 livenessProbe: tcpSocket: port: 443 - initialDelaySeconds: 30 + initialDelaySeconds: 300 periodSeconds: 10 securityContext: privileged: true