From 6caec2e5f70cea21b5b40a2fa3ff7b5c6fc23de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 8 Nov 2018 15:04:10 +0100 Subject: [PATCH] [stable/redis] Set metrics annotations by default (#8299) * [stable/redis] Set metrics annotations by default Signed-off-by: Javier J. Salmeron Garcia * Remove empty annotation Signed-off-by: Javier J. Salmeron Garcia --- stable/redis/Chart.yaml | 2 +- stable/redis/values-production.yaml | 6 +++--- stable/redis/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index fcde120e85..a30a870856 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -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: diff --git a/stable/redis/values-production.yaml b/stable/redis/values-production.yaml index d067e4f25d..94d56e4f76 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/values-production.yaml @@ -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/ diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index e0b81c5d27..f0ee04db25 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -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/