Synchronize upstreamed folder to 9e42e043a

This commit is contained in:
bitnami-bot
2019-09-26 15:35:06 +00:00
parent c044d26df3
commit 33650e8129
3 changed files with 32 additions and 20 deletions

View File

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

View File

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

View File

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