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

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 59dfe7bed3 Add new probe delay configurations into Helm Chart doc 
(#12997)
59dfe7bed3 is described below

commit 59dfe7bed395adb8064b26220bc606c6d28adba7
Author: Benedict Jin <[email protected]>
AuthorDate: Wed Jan 18 00:36:24 2023 +0800

    Add new probe delay configurations into Helm Chart doc (#12997)
---
 helm/druid/Chart.yaml | 2 +-
 helm/druid/README.md  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm/druid/Chart.yaml b/helm/druid/Chart.yaml
index c52a4207e4..b216f52be9 100644
--- a/helm/druid/Chart.yaml
+++ b/helm/druid/Chart.yaml
@@ -30,7 +30,7 @@ dependencies:
     version: 8.6.4
     repository: https://charts.helm.sh/stable
     condition: postgresql.enabled
-version: 0.3.1
+version: 0.3.2
 home: https://druid.apache.org/
 icon: https://druid.apache.org/img/favicon.png
 sources:
diff --git a/helm/druid/README.md b/helm/druid/README.md
index 34428a3e2d..1d985f9226 100644
--- a/helm/druid/README.md
+++ b/helm/druid/README.md
@@ -150,6 +150,8 @@ The following table lists the configurable parameters of 
the Druid chart and the
 | `historical.port`                        | port of historical component      
                      | `8083`                                     |
 | `historical.serviceType`                 | service type for service          
                      | `ClusterIP`                                |
 | `historical.resources`                   | historical node resources 
requests & limits             | `{}`                                       |
+| `historical.livenessProbeInitialDelaySeconds`  | historical node liveness 
probe initial delay in seconds  | `60`                                |
+| `historical.readinessProbeInitialDelaySeconds` | historical node readiness 
probe initial delay in seconds | `60`                                |
 | `historical.podAnnotations`              | historical Deployment annotations 
                      | `{}`                                       |
 | `historical.nodeSelector`                | node labels for historical pod 
assignment               | `{}`                                       |
 | `historical.securityContext`             | custom security context for 
historical containers       | `{ fsGroup: 1000 }`                        |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to