mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
[bitnami/mongodb-sharded] Bump failureThresholds
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user