Skip to content

Commit

Permalink
Merge pull request #102 from naved001/update-resource-limits
Browse files Browse the repository at this point in the history
Update resource limits
  • Loading branch information
naved001 authored Aug 12, 2024
2 parents 6012025 + 73b7931 commit 0615ed7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions k8s/base/limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
{
"type": "Container",
"default": {
"cpu": "2",
"memory": "1024Mi",
"cpu": "1",
"memory": "4096Mi",
"nvidia.com/gpu": "0"
},
"defaultRequest": {
"cpu": "1",
"memory": "512Mi",
"cpu": "500m",
"memory": "2048Mi",
"nvidia.com/gpu": "0"
},
"min": {
"cpu": "125m",
"memory": "256Mi"
}
}
]

0 comments on commit 0615ed7

Please sign in to comment.