Fix tshirt-size image resources

This commit is contained in:
Phillip Wittrock
2020-01-19 09:09:41 -08:00
parent 4f49d2883b
commit beb30d79ec

View File

@@ -48,9 +48,9 @@ var cpuSizes = map[string]string{
// memorySizes is the mapping from tshirt-size to memory reservation quantity
var memorySizes = map[string]string{
"small": "50MiB",
"medium": "1GiB",
"large": "32GiB",
"small": "50M",
"medium": "1G",
"large": "32G",
}
// inject sets the cpu and memory reservations on all containers for Resources annotated