Merge pull request #950 from Starefossen/patch-1

[bitnami/nginx] update default value for `metrics.image.repository` in README.md
This commit is contained in:
Andrés Bono
2018-12-24 16:23:19 +01:00
committed by GitHub

View File

@@ -54,8 +54,8 @@ The following tables lists the configurable parameters of the NGINX Open Source
| `podAnnotations` | Pod annotations | `{}` |
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Promethus exporter image registry | `docker.io` |
| `metrics.image.repository` | Promethus exporter image name | `lusotycoon/apache-exporter` |
| `metrics.image.tag` | Promethus exporter image tag | `v0.5.0` |
| `metrics.image.repository` | Promethus exporter image name | `nginx/nginx-prometheus-exporter` |
| `metrics.image.tag` | Promethus exporter image tag | `0.1.0` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |
| `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{prometheus.io/scrape: "true", prometheus.io/port: "9113"}` |