mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Set redis-exporter name for port in service (#6547)
Signed-off-by: Przemysław Dąbek <przemyslaw.dabek@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
654810774b
commit
c20cdd2648
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user