mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-12 16:21:28 +00:00
Fix apollo server (#14)
* fix typo in apollo service template * set values to empty dict
This commit is contained in:
parent
3a013ac291
commit
b464ff7731
@ -4,9 +4,9 @@ metadata:
|
||||
name: {{ include "apollo-server.fullname" . }}
|
||||
labels:
|
||||
{{- include "apollo-server.labels" . | nindent 4 }}
|
||||
{{ - with .apollo-server.serviceAnnotations }}
|
||||
{{- with .Values.serviceAnnotations }}
|
||||
annotations:
|
||||
{{ - toYaml . | nindent 4 }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
|
@ -88,3 +88,5 @@ nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
serviceAnnotations: {}
|
||||
|
Loading…
Reference in New Issue
Block a user