From 9e42e043a4c684e7765f588781431c6bbcf86937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Thu, 26 Sep 2019 16:43:07 +0200 Subject: [PATCH] [stable/mongodb] Fix configmap on values.yaml (#17453) Signed-off-by: Miguel A. Cabrera Minagorri --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/values-production.yaml | 26 ++++++++++++++++---------- stable/mongodb/values.yaml | 24 +++++++++++++++--------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index ce28224c00..d750be14c4 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.2.9 +version: 7.2.10 appVersion: 4.0.12 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index e62fa0052d..68d4693112 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -332,30 +332,36 @@ readinessProbe: initConfigMap: {} # name: "init-config-map" -# Entries for the MongoDB config file +## Entries for the MongoDB config file. For documentation of all options, see: +## http://docs.mongodb.org/manual/reference/configuration-options/ +## configmap: -# # Where and how to store data. +# # where and how to store data. # storage: -# dbPath: /opt/bitnami/mongodb/data/db +# dbPath: /bitnami/mongodb/data/db # journal: # enabled: true -# #engine: -# #wiredTiger: +# directoryPerDB: false # # where to write logging data. # systemLog: # destination: file +# quiet: false # logAppend: true +# logRotate: reopen # path: /opt/bitnami/mongodb/logs/mongodb.log +# verbosity: 0 # # network interfaces # net: # port: 27017 -# bindIp: 0.0.0.0 # unixDomainSocket: # enabled: true # pathPrefix: /opt/bitnami/mongodb/tmp +# ipv6: false +# bindIpAll: true # # replica set options -# replication: -# replSetName: replicaset +# #replication: +# #replSetName: replicaset +# #enableMajorityReadConcern: true # # process management options # processManagement: # fork: false @@ -365,8 +371,8 @@ configmap: # enableLocalhostAuthBypass: true # # security options # security: -# authorization: enabled -# keyFile: /opt/bitnami/mongodb/conf/keyfile +# authorization: disabled +# #keyFile: /opt/bitnami/mongodb/conf/keyfile ## Prometheus Exporter / Metrics ## diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index a981f5bd08..f5fc4b2e17 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -43,7 +43,7 @@ image: ## # fullnameOverride: - ## Init containers parameters: +## Init containers parameters: ## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section. ## volumePermissions: @@ -334,30 +334,36 @@ readinessProbe: initConfigMap: {} # name: "init-config-map" -# Entries for the MongoDB config file +## Entries for the MongoDB config file. For documentation of all options, see: +## http://docs.mongodb.org/manual/reference/configuration-options/ +## configmap: -# # Where and how to store data. +# # where and how to store data. # storage: -# dbPath: /opt/bitnami/mongodb/data/db +# dbPath: /bitnami/mongodb/data/db # journal: # enabled: true -# #engine: -# #wiredTiger: +# directoryPerDB: false # # where to write logging data. # systemLog: # destination: file +# quiet: false # logAppend: true +# logRotate: reopen # path: /opt/bitnami/mongodb/logs/mongodb.log +# verbosity: 0 # # network interfaces # net: # port: 27017 -# bindIp: 0.0.0.0 # unixDomainSocket: # enabled: true # pathPrefix: /opt/bitnami/mongodb/tmp +# ipv6: false +# bindIpAll: true # # replica set options # #replication: -# # replSetName: replicaset +# #replSetName: replicaset +# #enableMajorityReadConcern: true # # process management options # processManagement: # fork: false @@ -367,7 +373,7 @@ configmap: # enableLocalhostAuthBypass: true # # security options # security: -# authorization: enabled +# authorization: disabled # #keyFile: /opt/bitnami/mongodb/conf/keyfile ## Prometheus Exporter / Metrics