1
0

Revert "Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master"

This reverts commit f94e6da6e3, reversing
changes made to b73fd578ea.
This commit is contained in:
Fleur Kelpin
2018-09-29 11:29:53 +02:00
parent f94e6da6e3
commit f6905334e1
6 changed files with 10 additions and 28 deletions

View File

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

View File

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