diff --git a/templates/service.yaml b/templates/service.yaml index d99b4b2..cc3e253 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -22,6 +22,10 @@ metadata: name: {{ include "tika-helm.fullname" . }} labels: {{- include "tika-helm.labels" . | nindent 4 }} + annotations: + {{- with .Values.service.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: