add annotations to the apollo-server service

This commit is contained in:
Dan Ferris 2023-07-05 15:12:52 -07:00
parent f89f71f3b0
commit 246fdd51d1

View File

@ -4,6 +4,10 @@ metadata:
name: {{ include "apollo-server.fullname" . }} name: {{ include "apollo-server.fullname" . }}
labels: labels:
{{- include "apollo-server.labels" . | nindent 4 }} {{- include "apollo-server.labels" . | nindent 4 }}
{{ - with .apollo-server.serviceAnnotations }}
annotations:
{{ - toYaml . | nindent 4 }}
{{- end }}
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports: