We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3799b commit 29a8664Copy full SHA for 29a8664
acct-mgt/base/configmaps.yaml
@@ -54,14 +54,18 @@ data:
54
{
55
"type": "Container",
56
"default": {
57
- "cpu": "2",
58
- "memory": "1024Mi",
+ "cpu": "1",
+ "memory": "4096Mi",
59
"nvidia.com/gpu": "0"
60
},
61
"defaultRequest": {
62
- "cpu": "1",
63
- "memory": "512Mi",
+ "cpu": "500m",
+ "memory": "2048Mi",
64
65
+ },
66
+ "min": {
67
+ "cpu": "125m",
68
+ "memory": "256Mi"
69
}
70
71
]
0 commit comments