diff --git a/templates/es-svc.yaml b/templates/es-svc.yaml index 3fbab9e..19cf3d9 100644 --- a/templates/es-svc.yaml +++ b/templates/es-svc.yaml @@ -9,6 +9,10 @@ metadata: heritage: "{{ .Release.Service }}" component: {{ template "fullname" . }} role: client +{{ if .Values.service.annotations }} + annotations: +{{ toYaml .Values.service.annotations | indent 4 }} +{{ end }} spec: type: {{ .Values.common.serviceType }} selector: