[bitnami/mongodb] Fix values descriptions (#3656)

This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-09-11 16:38:51 +02:00
committed by GitHub
parent 975fe174c4
commit ed2271d53c
3 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 9.1.1
version: 9.1.2
appVersion: 4.4.1
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

@@ -487,7 +487,7 @@ externalAccess:
requests: {}
# cpu: 100m
# memory: 128Mi
## Parameters to configure K8s service(s) used to externally access Kafka brokers
## Parameters to configure K8s service(s) used to externally access MongoDB
## A new service per broker will be created
##
service:
@@ -497,7 +497,7 @@ externalAccess:
## Port used when service type is LoadBalancer
##
port: 27017
## Array of load balancer IPs for each Kafka broker. Length must be the same as replicaCount
## Array of load balancer IPs for each MongoDB node. Length must be the same as replicaCount
## Example:
## loadBalancerIPs:
## - X.X.X.X
@@ -511,14 +511,14 @@ externalAccess:
## - 10.10.10.0/24
##
loadBalancerSourceRanges: []
## Array of node ports used for each Kafka broker. Length must be the same as replicaCount
## Array of node ports used for each MongoDB node. Length must be the same as replicaCount
## Example:
## nodePorts:
## - 30001
## - 30002
##
nodePorts: []
## When service type is NodePort, you can specify the domain used for Kafka advertised listeners.
## When service type is NodePort, you can specify the domain used for MongoDB advertised hostnames.
## If not specified, the container will try to get the kubernetes node external IP
##
# domain: mydomain.com
@@ -737,8 +737,8 @@ serviceAccount:
##
rbac:
## Specifies whether RBAC rules should be created
## binding Kafka ServiceAccount to a role
## that allows Kafka pods querying the K8s API
## binding MongoDB ServiceAccount to a role
## that allows MongoDB pods querying the K8s API
##
create: false

View File

@@ -487,7 +487,7 @@ externalAccess:
requests: {}
# cpu: 100m
# memory: 128Mi
## Parameters to configure K8s service(s) used to externally access Kafka brokers
## Parameters to configure K8s service(s) used to externally access MongoDB
## A new service per broker will be created
##
service:
@@ -497,7 +497,7 @@ externalAccess:
## Port used when service type is LoadBalancer
##
port: 27017
## Array of load balancer IPs for each Kafka broker. Length must be the same as replicaCount
## Array of load balancer IPs for each MongoDB node. Length must be the same as replicaCount
## Example:
## loadBalancerIPs:
## - X.X.X.X
@@ -511,14 +511,14 @@ externalAccess:
## - 10.10.10.0/24
##
loadBalancerSourceRanges: []
## Array of node ports used for each Kafka broker. Length must be the same as replicaCount
## Array of node ports used for each MongoDB nodes. Length must be the same as replicaCount
## Example:
## nodePorts:
## - 30001
## - 30002
##
nodePorts: []
## When service type is NodePort, you can specify the domain used for Kafka advertised listeners.
## When service type is NodePort, you can specify the domain used for MongoDB advertised hostnames.
## If not specified, the container will try to get the kubernetes node external IP
##
# domain: mydomain.com
@@ -737,8 +737,8 @@ serviceAccount:
##
rbac:
## Specifies whether RBAC rules should be created
## binding Kafka ServiceAccount to a role
## that allows Kafka pods querying the K8s API
## binding MongoDB ServiceAccount to a role
## that allows MongoDB pods querying the K8s API
##
create: false