From dd0e6d827d47fd84165946ac12aa7cf410696673 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Mon, 31 Jan 2022 19:24:19 +0200 Subject: [PATCH] Increase Zookeeper probe timeouts (#220) - 5 seconds seems to be a too short probe timeout on a system with low resources such as in CI --- charts/pulsar/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 328178c..d862152 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -320,19 +320,19 @@ zookeeper: failureThreshold: 10 initialDelaySeconds: 20 periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 30 readiness: enabled: true failureThreshold: 10 initialDelaySeconds: 20 periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 30 startup: enabled: false failureThreshold: 30 initialDelaySeconds: 20 periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 30 affinity: anti_affinity: true # Set the anti affinity type. Valid values: