[bitnami/consul] Use bitnami/consul-exporter

Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
Andrés Bono
2019-08-12 13:24:28 +02:00
committed by Andrés Bono
parent 8e9ea1bbf4
commit ac0ece2c21
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: consul
version: 5.1.1
version: 5.2.0
appVersion: 1.5.3
description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy.
home: https://www.consul.io/
+2 -2
View File
@@ -109,8 +109,8 @@ The following tables lists the configurable parameters of the HashiCorp Consul c
| `ingress.secrets[0].key` | TLS Secret Key | `nil` |
| `configmap` | HashiCorp Consul configuration to be injected as ConfigMap | `nil` |
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image` | Exporter image | `prom/consul-exporter` |
| `metrics.imageTag` | Exporter image tag | `v0.3.0` |
| `metrics.image` | Exporter image | `bitnami/consul-exporter` |
| `metrics.imageTag` | Exporter image tag | `{TAG_NAME}` |
| `metrics.imagePullPolicy` | Exporter image pull policy | `IfNotPresent` |
| `metrics.resources` | Exporter resource requests/limit | `{}` |
| `metrics.podAnnotations` | Exporter annotations | `{}` |
+2 -2
View File
@@ -242,8 +242,8 @@ metrics:
enabled: true
image:
registry: docker.io
repository: prom/consul-exporter
tag: v0.3.0
repository: bitnami/consul-exporter
tag: 0.5.0-debian-9-r3
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -242,8 +242,8 @@ metrics:
enabled: false
image:
registry: docker.io
repository: prom/consul-exporter
tag: v0.3.0
repository: bitnami/consul-exporter
tag: 0.5.0-debian-9-r3
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.