add nodeSelector work (#1219)

This commit is contained in:
Jake Jackson
2023-02-06 16:44:17 -05:00
committed by Hao Liu
parent d9f3a428d4
commit c1bbd85ea9
4 changed files with 33 additions and 1 deletions

View File

@@ -160,6 +160,12 @@ spec:
node_selector:
description: nodeSelector for the pods
type: string
web_node_selector:
description: nodeSelector for the web pods
type: string
task_node_selector:
description: nodeSelector for the task pods
type: string
topology_spread_constraints:
description: topology rule(s) for the pods
type: string