[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:
Kealan Murphy
2019-06-19 07:04:34 -07:00
committed by Kubernetes Prow Robot
parent d2a5cc152a
commit 108bfc0321
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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: