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 // memorySizes is the mapping from tshirt-size to memory reservation quantity
var memorySizes = map[string]string{ var memorySizes = map[string]string{
"small": "50MiB", "small": "50M",
"medium": "1GiB", "medium": "1G",
"large": "32GiB", "large": "32G",
} }
// inject sets the cpu and memory reservations on all containers for Resources annotated // inject sets the cpu and memory reservations on all containers for Resources annotated