diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index a9a32ec0cf..039aa42b59 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 3.5.0 +version: 3.5.1 appVersion: 5.0.3 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/templates/redis-ha-service.yaml b/stable/redis-ha/templates/redis-ha-service.yaml index 388bde8d18..206458ca78 100644 --- a/stable/redis-ha/templates/redis-ha-service.yaml +++ b/stable/redis-ha/templates/redis-ha-service.yaml @@ -20,6 +20,12 @@ spec: port: {{ .Values.sentinel.port }} protocol: TCP targetPort: sentinel +{{- if .Values.exporter.enabled }} + - name: exporter-port + port: {{ .Values.exporter.port }} + protocol: TCP + targetPort: exporter-port +{{- end }} selector: release: {{ .Release.Name }} app: {{ template "redis-ha.name" . }}