mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/kafka] adding an explicit selector to the kafka statefulset (#14876)
* adding an explicit selector to the kafka statefulset Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com> * bumping chart version Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d2a5cc152a
commit
108bfc0321
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: Apache Kafka is publish-subscribe messaging rethought as a distributed
|
||||
commit log.
|
||||
name: kafka
|
||||
version: 0.15.8
|
||||
version: 0.16.0
|
||||
appVersion: 5.0.1
|
||||
keywords:
|
||||
- kafka
|
||||
|
||||
@@ -9,6 +9,10 @@ metadata:
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ include "kafka.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
serviceName: {{ include "kafka.fullname" . }}-headless
|
||||
podManagementPolicy: {{ .Values.podManagementPolicy }}
|
||||
updateStrategy:
|
||||
|
||||
Reference in New Issue
Block a user