add topology constraint for each deployment (#1234)

This commit is contained in:
Jake Jackson
2023-02-13 11:32:53 -05:00
committed by Hao Liu
parent 918e487422
commit d40683cbb9
4 changed files with 39 additions and 1 deletions

View File

@@ -169,6 +169,12 @@ spec:
topology_spread_constraints:
description: topology rule(s) for the pods
type: string
task_topology_spread_constraints:
description: topology rule(s) for the task pods
type: string
web_topology_spread_constraints:
description: topology rule(s) for the web pods
type: string
annotations:
description: annotations for the pods
type: string