From ec5ae4867094a79eab425de3df7c4a780280397e Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Mon, 23 Oct 2023 11:40:07 +0100 Subject: [PATCH] Increase elasticsearch-1 master liveness tolerance These nodes are failing to start and eventually being killed due to failing the liveness checks. This attempts to increase that number in the hope they eventually become live. --- k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl index 7c60ecb5b..1d95e4b1d 100644 --- a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl @@ -25,7 +25,7 @@ master: storageClass: "premium-rwo" size: 5Gi livenessProbe: - initialDelaySeconds: 600 + initialDelaySeconds: 1200 readinessProbe: initialDelaySeconds: 600