[bitnami/mongodb-sharded] Bump failureThresholds

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier Salmeron Garcia
2022-04-27 13:14:18 +02:00
parent fa26af124f
commit b4a2551acc
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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&reg; 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&reg; 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