mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-24 06:01:26 +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,7 +4,7 @@ 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 }}
|
{{- with .Values.serviceAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -88,3 +88,5 @@ nodeSelector: {}
|
|||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
serviceAnnotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user