[bitnami/mongodb] Clarify externalAccess parameter (#7135)

This commit is contained in:
Javier J. Salmerón-García
2021-08-04 11:25:54 +02:00
committed by GitHub
parent 42efe42415
commit 249ae8fe07
3 changed files with 8 additions and 8 deletions

View File

@@ -26,4 +26,4 @@ name: mongodb
sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://mongodb.org
version: 10.23.8
version: 10.23.9

View File

@@ -89,7 +89,7 @@ Refer to the [chart documentation for more information on each of these architec
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | MongoDB® image registry | `docker.io` |
| `image.repository` | MongoDB® image registry | `bitnami/mongodb` |
| `image.tag` | MongoDB® image tag (immutable tags are recommended) | `4.4.7-debian-10-r15` |
| `image.tag` | MongoDB® image tag (immutable tags are recommended) | `4.4.8-debian-10-r0` |
| `image.pullPolicy` | MongoDB® image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Set to true if you would like to see extra information on logs | `false` |
@@ -110,7 +110,7 @@ Refer to the [chart documentation for more information on each of these architec
| `tls.caKey` | CA certificate private key (base64 encoded) | `""` |
| `tls.image.registry` | Init container TLS certs setup image registry | `docker.io` |
| `tls.image.repository` | Init container TLS certs setup image repository | `bitnami/nginx` |
| `tls.image.tag` | Init container TLS certs setup image tag (immutable tags are recommended) | `1.21.1-debian-10-r20` |
| `tls.image.tag` | Init container TLS certs setup image tag (immutable tags are recommended) | `1.21.1-debian-10-r22` |
| `tls.image.pullPolicy` | Init container TLS certs setup image pull policy | `IfNotPresent` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `replicaSetName` | Name of the replica set (only when `architecture=replicaset`) | `rs0` |
@@ -205,11 +205,11 @@ Refer to the [chart documentation for more information on each of these architec
| `service.loadBalancerIP` | loadBalancerIP for MongoDB® Service | `""` |
| `service.loadBalancerSourceRanges` | Address(es) that are allowed when service is LoadBalancer | `[]` |
| `service.annotations` | Provide any additional annotations that may be required | `{}` |
| `externalAccess.enabled` | Enable Kubernetes external cluster access to MongoDB® nodes | `false` |
| `externalAccess.enabled` | Enable Kubernetes external cluster access to MongoDB® nodes (only for replicaset architecture) | `false` |
| `externalAccess.autoDiscovery.enabled` | Enable using an init container to auto-detect external IPs by querying the K8s API | `false` |
| `externalAccess.autoDiscovery.image.registry` | Init container auto-discovery image registry | `docker.io` |
| `externalAccess.autoDiscovery.image.repository` | Init container auto-discovery image repository | `bitnami/kubectl` |
| `externalAccess.autoDiscovery.image.tag` | Init container auto-discovery image tag (immutable tags are recommended) | `1.19.13-debian-10-r12` |
| `externalAccess.autoDiscovery.image.tag` | Init container auto-discovery image tag (immutable tags are recommended) | `1.19.13-debian-10-r15` |
| `externalAccess.autoDiscovery.image.pullPolicy` | Init container auto-discovery image pull policy | `IfNotPresent` |
| `externalAccess.autoDiscovery.image.pullSecrets` | Init container auto-discovery image pull secrets | `[]` |
| `externalAccess.autoDiscovery.resources.limits` | Init container auto-discovery resource limits | `{}` |
@@ -270,7 +270,7 @@ Refer to the [chart documentation for more information on each of these architec
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r146` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r149` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` |
@@ -406,7 +406,7 @@ Refer to the [chart documentation for more information on each of these architec
| `metrics.enabled` | Enable using a sidecar Prometheus exporter | `false` |
| `metrics.image.registry` | MongoDB® Prometheus exporter image registry | `docker.io` |
| `metrics.image.repository` | MongoDB® Prometheus exporter image repository | `bitnami/mongodb-exporter` |
| `metrics.image.tag` | MongoDB® Prometheus exporter image tag (immutable tags are recommended) | `0.11.2-debian-10-r233` |
| `metrics.image.tag` | MongoDB® Prometheus exporter image tag (immutable tags are recommended) | `0.11.2-debian-10-r236` |
| `metrics.image.pullPolicy` | MongoDB® Prometheus exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `metrics.extraFlags` | String with extra flags to the metrics exporter | `""` |

View File

@@ -595,7 +595,7 @@ service:
## External Access to MongoDB® nodes configuration
##
externalAccess:
## @param externalAccess.enabled Enable Kubernetes external cluster access to MongoDB® nodes
## @param externalAccess.enabled Enable Kubernetes external cluster access to MongoDB® nodes (only for replicaset architecture)
##
enabled: false
## External IPs auto-discovery configuration