Skip to content

Commit

Permalink
Add more weight to zone antiaffinity (#128)
Browse files Browse the repository at this point in the history
We want that the scheduler tries harder to spread in different AZs,
which will lead to different hosts anyway in the happiest case.

Signed-off-by: Rafa Porres Molina <[email protected]>
  • Loading branch information
rporres authored Jan 24, 2022
1 parent 9357c7e commit 64b433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/app-interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ objects:
values:
- app-interface
topologyKey: kubernetes.io/hostname
weight: 100
weight: 90
- podAffinityTerm:
labelSelector:
matchExpressions:
Expand Down

0 comments on commit 64b433b

Please sign in to comment.