mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 10:35:57 +10:00
Merge pull request #672 from juan131/es_exporter
Using Bitnami Image for ES Exporter
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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" }` |
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user