mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
560 B
560 B
Node Selector
Key: nodeSelector
Info:
- Type:
dict - Default:
{} - Helm Template:
- key: ❌
- value: ✅
Can be defined in:
.Values.nodeSelector.Values.jobs.[job-name].podSpec.nodeSelector
Defines the nodeSelector(s) that will be used. Node selector is used to select in which node a workload will be deployed.
Examples:
nodeSelector:
disktype: ssd
cpu-type: "{{ .Values.some.path }}"
Kubernetes Documentation: