mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-25 04:56:18 +10:00
[bitnami/consul] Use bitnami/consul-exporter
Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user