mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
cf404f1136
commit
48503bacd1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user