This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 6192229a60 Revert "Enable minion liveness probe (#8593)" (#8650)
6192229a60 is described below
commit 6192229a601a368ec8bb7fc114694f566c3a1e15
Author: Saurabh Dubey <[email protected]>
AuthorDate: Fri May 6 22:04:43 2022 +0530
Revert "Enable minion liveness probe (#8593)" (#8650)
---
kubernetes/helm/pinot/values.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kubernetes/helm/pinot/values.yaml
b/kubernetes/helm/pinot/values.yaml
index 31b362bad6..ab9b1b9e70 100644
--- a/kubernetes/helm/pinot/values.yaml
+++ b/kubernetes/helm/pinot/values.yaml
@@ -341,8 +341,8 @@ minion:
probes:
endpoint: "/health"
- livenessEnabled: true
- readinessEnabled: true
+ livenessEnabled: false
+ readinessEnabled: false
dataDir: /var/pinot/minion/data
jvmOpts: "-Xms256M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200
-Xlog:gc*:file=/opt/pinot/gc-pinot-minion.log"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]