15 lines
345 B
YAML
15 lines
345 B
YAML
|
|
affinity:
|
||
|
|
nodeAffinity:
|
||
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||
|
|
nodeSelectorTerms:
|
||
|
|
- matchExpressions:
|
||
|
|
- key: instance_name
|
||
|
|
operator: In
|
||
|
|
values:
|
||
|
|
- uatx-shared
|
||
|
|
|
||
|
|
tolerations:
|
||
|
|
- key: instance_name
|
||
|
|
operator: Equal
|
||
|
|
value: uatx-shared
|
||
|
|
effect: NoSchedule
|