Merge pull request #672 from juan131/es_exporter

Using Bitnami Image for ES Exporter
This commit is contained in:
Juan Ariza Toledano
2018-05-28 11:59:41 +02:00
committed by GitHub
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: elasticsearch
version: 0.1.5
version: 0.1.6
appVersion: 6.2.4
description: A highly scalable open-source full-text search and analytics engine
keywords:
+3 -3
View File
@@ -138,9 +138,9 @@ The following table lists the configurable parameters of the Elasticsearch chart
| `metrics.enabled` | Enable prometheus exporter | `false` |
| `metrics.name` | Metrics pod name | `metrics` |
| `metrics.image.registry` | Metrics exporter image registry | `docker.io` |
| `metrics.image.repository` | Metrics exporter image repository | `justwatch/elasticsearch_exporter` |
| `metrics.image.tag` | Metrics exporter image tag | `1.0.1` |
| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `IfNotPresent` |
| `metrics.image.repository` | Metrics exporter image repository | `bitnami/elasticsearch-exporter` |
| `metrics.image.tag` | Metrics exporter image tag | `latest` |
| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `Always` |
| `metrics.service.type` | Metrics exporter endpoint service type | `ClusterIP` |
| `metrics.resources` | Metrics exporter resource requests/limit | `requests: { cpu: "25m" }` |
+3 -3
View File
@@ -201,9 +201,9 @@ metrics:
name: metrics
image:
registry: docker.io
repository: justwatch/elasticsearch_exporter
tag: 1.0.1
pullPolicy: IfNotPresent
repository: bitnami/elasticsearch-exporter
tag: latest
pullPolicy: Always
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9108"
+3 -3
View File
@@ -201,9 +201,9 @@ metrics:
name: metrics
image:
registry: docker.io
repository: justwatch/elasticsearch_exporter
tag: 1.0.1
pullPolicy: IfNotPresent
repository: bitnami/elasticsearch-exporter
tag: latest
pullPolicy: Always
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9108"