[incubator/zookeeper] fix headless service targetPort (#9630)

* [incubator/zookeeper] fix headless service targetPort

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>

* [incubator/zookeeper] bump chart version

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
Fabrizio Fortino
2019-01-04 14:03:00 -08:00
committed by Kubernetes Prow Robot
parent cf404f1136
commit 48503bacd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: zookeeper
home: https://zookeeper.apache.org/
version: 1.2.0
version: 1.2.1
appVersion: 3.4.10
description: Centralized service for maintaining configuration information, naming,
providing distributed synchronization, and providing group services.
@@ -17,7 +17,7 @@ spec:
{{- range $key, $port := .Values.ports }}
- name: {{ $key }}
port: {{ $port.containerPort }}
targetPort: {{ $port.name }}
targetPort: {{ $key }}
protocol: {{ $port.protocol }}
{{- end }}
selector: