[stable/redis] Set metrics annotations by default (#8299)

* [stable/redis] Set metrics annotations by default

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Remove empty annotation

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmerón-García
2018-11-08 06:04:10 -08:00
committed by k8s-ci-robot
parent b42f7289a8
commit 6caec2e5f7
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 4.2.7
version: 4.2.8
appVersion: 4.0.11
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
+3 -3
View File
@@ -315,9 +315,9 @@ metrics:
## Use serviceLoadBalancerIP to request a specific static IP,
## otherwise leave blank
# loadBalancerIP:
annotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "9121"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9121"
## Metrics exporter resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
+3 -3
View File
@@ -315,9 +315,9 @@ metrics:
## Use serviceLoadBalancerIP to request a specific static IP,
## otherwise leave blank
# loadBalancerIP:
annotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "9121"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9121"
## Metrics exporter resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/