From 59dfe7bed395adb8064b26220bc606c6d28adba7 Mon Sep 17 00:00:00 2001 From: Benedict Jin Date: Wed, 18 Jan 2023 00:36:24 +0800 Subject: [PATCH] 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 c52a4207e45..b216f52be91 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 34428a3e2db..1d985f92264 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 }` |