From 3a013ac291115c0df72533ee1633ac620cac9184 Mon Sep 17 00:00:00 2001 From: dferrisctrliq <92328760+dferrisctrliq@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:23:52 -0700 Subject: [PATCH] add annotations to the apollo-server service (#13) --- deploy/apollo/apollo-server/templates/service.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: