From c20cdd2648808d58ee975fcde53245579ba9f67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20D=C4=85bek?= Date: Sun, 4 Nov 2018 21:37:20 +0100 Subject: [PATCH] Set redis-exporter name for port in service (#6547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Przemysław Dąbek --- stable/prometheus-redis-exporter/Chart.yaml | 2 +- stable/prometheus-redis-exporter/templates/service.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-redis-exporter/Chart.yaml b/stable/prometheus-redis-exporter/Chart.yaml index bfb587dff1..f28af0e6d2 100644 --- a/stable/prometheus-redis-exporter/Chart.yaml +++ b/stable/prometheus-redis-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.21.1 description: Prometheus exporter for Redis metrics name: prometheus-redis-exporter -version: 0.3.2 +version: 0.3.3 home: https://github.com/oliver006/redis_exporter sources: - https://github.com/oliver006/redis_exporter diff --git a/stable/prometheus-redis-exporter/templates/service.yaml b/stable/prometheus-redis-exporter/templates/service.yaml index 8a08952300..16ed5256a2 100644 --- a/stable/prometheus-redis-exporter/templates/service.yaml +++ b/stable/prometheus-redis-exporter/templates/service.yaml @@ -12,7 +12,8 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - port: {{ .Values.service.port }} + - name: redis-exporter + port: {{ .Values.service.port }} targetPort: exporter-port protocol: TCP selector: