mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Fix tshirt-size image resources
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user