From 2ff9b9abbfbcb8eecc365fbcdf3206e6c29f189e Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Mon, 23 Oct 2023 13:20:58 +0100 Subject: [PATCH] Increase elasticsearch-1 master liveness and readiness We're still seeing these pods killed before they become ready. Let's try bumping both values this time. Since we observed `transport not ready yet to handle incoming requests` perhaps the readiness probes themselves are impacting the time to live. --- .../env/production/elasticsearch-1.values.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl index 1d95e4b1d..903844049 100644 --- a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl @@ -25,9 +25,9 @@ master: storageClass: "premium-rwo" size: 5Gi livenessProbe: - initialDelaySeconds: 1200 + initialDelaySeconds: 1800 readinessProbe: - initialDelaySeconds: 600 + initialDelaySeconds: 1800 data: heapSize: 32768m