diff --git a/deploy/apollo/apollo-server/templates/service.yaml b/deploy/apollo/apollo-server/templates/service.yaml index 07abd81..2bebad2 100644 --- a/deploy/apollo/apollo-server/templates/service.yaml +++ b/deploy/apollo/apollo-server/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "apollo-server.fullname" . }} labels: {{- include "apollo-server.labels" . | nindent 4 }} + {{ - with .apollo-server.serviceAnnotations }} + annotations: + {{ - toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: