mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-24 06:01:26 +00:00
add annotations to the apollo-server service (#13)
This commit is contained in:
parent
f89f71f3b0
commit
3a013ac291
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user