This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new dd0e6d8  Increase Zookeeper probe timeouts (#220)
dd0e6d8 is described below

commit dd0e6d827d47fd84165946ac12aa7cf410696673
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Mon Jan 31 19:24:19 2022 +0200

    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:

Reply via email to