diff --git a/configs/helm/templates/service.yaml b/configs/helm/templates/service.yaml index f4af801..1e463a5 100644 --- a/configs/helm/templates/service.yaml +++ b/configs/helm/templates/service.yaml @@ -5,6 +5,10 @@ metadata: name: {{ include "prometheus-rds-exporter.fullname" . }} labels: {{- include "prometheus-rds-exporter.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: