mirror of
https://github.com/prometheus-community/elasticsearch_exporter.git
synced 2026-02-06 10:58:13 +00:00
docs: fix link to Helm chart and add example (#534)
Signed-off-by: Lucas Bickel <lucas.bickel@adfinis.com>
This commit is contained in:
parent
edd28cdbee
commit
eaae0a7828
@ -30,7 +30,12 @@ elasticsearch_exporter:
|
||||
|
||||
#### Kubernetes
|
||||
|
||||
You can find a helm chart in the stable charts repository at https://github.com/kubernetes/charts/tree/master/stable/elasticsearch-exporter.
|
||||
You can find a helm chart in the prometheus-community charts repository at https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter
|
||||
|
||||
```bash
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm install [RELEASE_NAME] prometheus-community/prometheus-elasticsearch-exporter
|
||||
```
|
||||
|
||||
### Configuration
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user