Skip to content

Commit 29a8664

Browse files
committed
Update limitrange
The default container size aligns with our SU definitions and now there's a minimum size for a container. Related: CCI-MOC/openshift-acct-mgt#102
1 parent ac3799b commit 29a8664

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

acct-mgt/base/configmaps.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,18 @@ data:
5454
{
5555
"type": "Container",
5656
"default": {
57-
"cpu": "2",
58-
"memory": "1024Mi",
57+
"cpu": "1",
58+
"memory": "4096Mi",
5959
"nvidia.com/gpu": "0"
6060
},
6161
"defaultRequest": {
62-
"cpu": "1",
63-
"memory": "512Mi",
62+
"cpu": "500m",
63+
"memory": "2048Mi",
6464
"nvidia.com/gpu": "0"
65+
},
66+
"min": {
67+
"cpu": "125m",
68+
"memory": "256Mi"
6569
}
6670
}
6771
]

0 commit comments

Comments
 (0)