mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/elasticsearch] Change metrics port in annotations (#4469)
* [bitnami/elasticsearch] Change metrics port * Bump chart version
This commit is contained in:
committed by
GitHub
parent
e2a48a6671
commit
715f8e80d7
@@ -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
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user