[add-node-selector-support] add nodeSelector support

This commit is contained in:
irti
2019-06-20 11:36:12 +05:00
parent 21563abc07
commit 703c0ea56e
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ spec:
{{ toYaml .Values.reloader.matchLabels | indent 8 }}
{{- end }}
spec:
nodeSelector:
{{ toYaml .Values.deployment.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.deployment.tolerations }}
containers:
- env:
{{- range $name, $value := .Values.reloader.deployment.env.open }}

View File

@@ -10,6 +10,8 @@ reloader:
matchLabels: {}
deployment:
annotations: {}
nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
labels:
provider: stakater
group: com.stakater.platform