Skip to content
Snippets Groups Projects
Commit 8c45c88d authored by Virgil Chereches's avatar Virgil Chereches
Browse files

Fix for Issue #2141 - added policy file

parent c87bb2f2
No related branches found
No related tags found
No related merge requests found
{
"kind" : "Policy",
"apiVersion" : "v1",
"predicates" : [
{"name" : "PodFitsHostPorts"},
{"name" : "PodFitsResources"},
{"name" : "NoDiskConflict"},
{"name" : "MatchNodeSelector"},
{"name" : "HostName"}
],
"priorities" : [
{"name" : "LeastRequestedPriority", "weight" : 1},
{"name" : "BalancedResourceAllocation", "weight" : 1},
{"name" : "ServiceSpreadingPriority", "weight" : 1},
{"name" : "EqualPriority", "weight" : 1}
],
"hardPodAffinitySymmetricWeight" : 10
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment