|
@@ -4,6 +4,10 @@ metadata:
|
|
name: {{ include "kafka-ui.fullname" . }}
|
|
name: {{ include "kafka-ui.fullname" . }}
|
|
labels:
|
|
labels:
|
|
{{- include "kafka-ui.labels" . | nindent 4 }}
|
|
{{- include "kafka-ui.labels" . | nindent 4 }}
|
|
|
|
+{{- if .Values.service.annotations }}
|
|
|
|
+ annotations:
|
|
|
|
+{{ toYaml .Values.service.annotations | nindent 4 }}
|
|
|
|
+{{- end }}
|
|
spec:
|
|
spec:
|
|
type: {{ .Values.service.type }}
|
|
type: {{ .Values.service.type }}
|
|
ports:
|
|
ports:
|