mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb-replicaset] Added default values to missing keys in Values.yaml (#19924)
* Added default values to missing keys in mongodb-replicaset Values.yaml Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com> * bump chart version Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
74ef430134
commit
49deffec83
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: mongodb-replicaset
|
||||
home: https://github.com/mongodb/mongo
|
||||
version: 3.11.2
|
||||
version: 3.11.3
|
||||
appVersion: 3.6
|
||||
description: NoSQL document-oriented database that stores JSON-like documents with
|
||||
dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Override the name of the chart, which in turn changes the name of the containers, services etc.
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
replicas: 3
|
||||
port: 27017
|
||||
|
||||
@@ -12,14 +16,14 @@ podDisruptionBudget: {}
|
||||
|
||||
auth:
|
||||
enabled: false
|
||||
existingKeySecret: ""
|
||||
existingAdminSecret: ""
|
||||
existingMetricsSecret: ""
|
||||
# adminUser: username
|
||||
# adminPassword: password
|
||||
# metricsUser: metrics
|
||||
# metricsPassword: password
|
||||
# key: keycontent
|
||||
# existingKeySecret:
|
||||
# existingAdminSecret:
|
||||
# existingMetricsSecret:
|
||||
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -99,7 +103,7 @@ tolerations: []
|
||||
|
||||
extraLabels: {}
|
||||
|
||||
# priorityClassName: ""
|
||||
priorityClassName: ""
|
||||
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
@@ -110,7 +114,7 @@ persistentVolume:
|
||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||
## GKE, AWS & OpenStack)
|
||||
##
|
||||
# storageClass: "-"
|
||||
storageClass: ""
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 10Gi
|
||||
@@ -144,6 +148,7 @@ configmap: {}
|
||||
# initMongodStandalone: |+
|
||||
# db = db.getSiblingDB("mydb")
|
||||
# db.my_users.createIndex({email: 1})
|
||||
initMongodStandalone: ""
|
||||
|
||||
# Readiness probe
|
||||
readinessProbe:
|
||||
|
||||
Reference in New Issue
Block a user