Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Reverting scheduler policy type to default strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Ansu Varghese <avarghese@us.ibm.com>
  • Loading branch information
aavarghese committed May 11, 2021
1 parent ca43d71 commit e1257c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/source/multi/deployments/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

# The scheduling policy type for placing vreplicas on pods (see type SchedulerPolicyType for enum list)
- name: SCHEDULER_POLICY_TYPE
value: 'EVENSPREAD'
value: 'MAXFILLUP'

resources:
requests:
Expand Down

0 comments on commit e1257c8

Please sign in to comment.