|
@@ -4,6 +4,10 @@ metadata:
|
|
|
name: {{ include "kafka-ui.fullname" . }}
|
|
|
labels:
|
|
|
{{- include "kafka-ui.labels" . | nindent 4 }}
|
|
|
+ {{- with .Values.annotations }}
|
|
|
+ annotations:
|
|
|
+ {{- toYaml . | nindent 4 }}
|
|
|
+ {{- end }}
|
|
|
spec:
|
|
|
{{- if not .Values.autoscaling.enabled }}
|
|
|
replicas: {{ .Values.replicaCount }}
|