[bitnami/mongodb] Additional URI options of the MongoDB Exporter (#3590)

Signed-off-by: Maxence Laude <maxence@laude.pro>
This commit is contained in:
binboum
2020-09-07 10:01:37 +02:00
committed by GitHub
parent 4502f3e50f
commit c4c878369f
7 changed files with 18 additions and 7 deletions

View File

@@ -309,7 +309,8 @@ The following tables lists the configurable parameters of the MongoDB chart and
| `metrics.image.tag` | MongoDB Prometheus exporter image tag | `{TAG_NAME}` |
| `metrics.image.pullPolicy` | MongoDB Prometheus exporter image pull policy | `Always` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `metrics.extraFlags` | Arbiter additional command line flags | `""` |
| `metrics.extraFlags` | Additional command line flags | `""` |
| `metrics.extraUri` | Additional URI options of the metrics service | `""` |
| `metrics.service.type` | Type of the Prometheus metrics service | `ClusterIP file` |
| `metrics.service.port` | Port of the Prometheus metrics service | `9216` |
| `metrics.service.annotations` | Annotations for Prometheus metrics service | Check `values.yaml` file |