Skip to content

Commit 5507a25

Browse files
ikreymerSuaYoo
authored andcommitted
chart: change index importer nodeAffinity to preferred not required
1 parent 25f09a6 commit 5507a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/app-templates/index-import-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
affinity:
7070
{% if crawler_node_type %}
7171
nodeAffinity:
72-
requiredDuringSchedulingIgnoredDuringExecution:
72+
preferredDuringSchedulingIgnoredDuringExecution:
7373
nodeSelectorTerms:
7474
- matchExpressions:
7575
- key: nodeType

0 commit comments

Comments
 (0)