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: