1
0

chore: add nodeSelectors to the charts

This commit is contained in:
Fleur Kelpin
2018-09-28 14:26:42 +02:00
parent 2a1e9eacbb
commit d8b8bd9a22
6 changed files with 28 additions and 10 deletions

View File

@ -31,5 +31,7 @@ spec:
ports:
- containerPort: {{ .service.port }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
{{- end }}

View File

@ -34,7 +34,9 @@ ingress:
- name: opencpu.molgenis.org
tls: []
nodeSelector: {}
nodeSelector: {
deployPod: "true"
}
tolerations: []