diff --git a/awx/templates/web-service.yaml b/awx/templates/web-service.yaml index e8eaf1c..bc09f7c 100644 --- a/awx/templates/web-service.yaml +++ b/awx/templates/web-service.yaml @@ -7,6 +7,10 @@ metadata: helm.sh/chart: {{ include "awx.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- if .Values.service.serviceAnnotations }} + annotations: +{{ toYaml .Values.service.serviceAnnotations | indent 4 }} +{{- end }} spec: type: {{ .Values.service.type }} ports: