From b4a2551acc360df958a8a2f093b0129a2901072e Mon Sep 17 00:00:00 2001 From: Javier Salmeron Garcia Date: Wed, 27 Apr 2022 13:14:18 +0200 Subject: [PATCH] [bitnami/mongodb-sharded] Bump failureThresholds Signed-off-by: Javier Salmeron Garcia --- bitnami/mongodb-sharded/Chart.yaml | 2 +- bitnami/mongodb-sharded/values.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml index 57ef90ba4c..7b359047f8 100644 --- a/bitnami/mongodb-sharded/Chart.yaml +++ b/bitnami/mongodb-sharded/Chart.yaml @@ -26,4 +26,4 @@ name: mongodb-sharded sources: - https://github.com/bitnami/bitnami-docker-mongodb-sharded - https://mongodb.org -version: 4.1.0 +version: 4.1.1 diff --git a/bitnami/mongodb-sharded/values.yaml b/bitnami/mongodb-sharded/values.yaml index a7eed894b9..0099d885df 100644 --- a/bitnami/mongodb-sharded/values.yaml +++ b/bitnami/mongodb-sharded/values.yaml @@ -310,7 +310,7 @@ livenessProbe: initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 6 + failureThreshold: 12 successThreshold: 1 ## Configure extra options for readiness probe ## This applies to all the MongoDB® in the sharded cluster @@ -327,7 +327,7 @@ readinessProbe: initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 6 + failureThreshold: 12 successThreshold: 1 ## @section Config Server parameters @@ -1143,6 +1143,7 @@ metrics: ## pullSecrets: [] ## @param metrics.useTLS Whether to connect to MongoDB® with TLS + ## useTLS: false ## @param metrics.extraArgs String with extra arguments to the metrics exporter ## ref: https://github.com/dcu/mongodb_exporter/blob/master/mongodb_exporter.go