blob: 9b14f1c97fab56faf1915b91511ef4c8df9e343d [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-kafka
labels:
name: {{ .Release.Name }}-kafka
{{ include "openwhisk.label_boilerplate" . | indent 4 }}
spec:
selector:
name: {{ .Release.Name }}-kafka
clusterIP: None
ports:
- name: broker
port: {{ .Values.kafka.port }}