From 47ed811587772abd0f606e017b88a233af3b8448 Mon Sep 17 00:00:00 2001 From: deimosfr Date: Thu, 18 Oct 2018 00:09:51 +0200 Subject: [PATCH] revert: "refactor: reducing initial boot delay" This reverts commit 715b48e5df1dd3ad338bab2931476fa6505b786e. --- 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 6fa2656..8c125cc 100644 --- a/kubernetes/templates/daemonset.yaml +++ b/kubernetes/templates/daemonset.yaml @@ -89,12 +89,12 @@ spec: httpGet: path: /health port: 8080 - initialDelaySeconds: 300 + initialDelaySeconds: 30 periodSeconds: 10 livenessProbe: tcpSocket: port: 443 - initialDelaySeconds: 300 + initialDelaySeconds: 30 periodSeconds: 10 securityContext: privileged: true