[bitnami/elasticsearch] Change metrics port in annotations (#4469)

* [bitnami/elasticsearch] Change metrics port

* Bump chart version
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-11-24 11:00:55 +01:00
committed by GitHub
parent e2a48a6671
commit 715f8e80d7
3 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ name: elasticsearch
sources:
- https://github.com/bitnami/bitnami-docker-elasticsearch
- https://www.elastic.co/products/elasticsearch
version: 13.0.1
version: 13.0.2

View File

@@ -1083,7 +1083,7 @@ metrics:
##
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/port: "9114"
## Extra labels to add to Pod
podLabels: {}

View File

@@ -1083,7 +1083,7 @@ metrics:
##
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/port: "9114"
## Extra labels to add to Pod
podLabels: {}