Skip to content

Commit

Permalink
Merge pull request #327 from OCP-on-NERC/fix-typo-quotas-limits
Browse files Browse the repository at this point in the history
fix typo in default limits and quotas
  • Loading branch information
jtriley authored Nov 27, 2023
2 parents fe53e27 + 1439491 commit 9ce01ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acct-mgt/base/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ data:
"type": "Container",
"default": {
"cpu": "2",
"memory": "1024Mi"
"memory": "1024Mi",
"nvidia.com/gpu": "0"
},
"defaultRequest": {
"cpu": "1",
"memory": "512Mi"
"memory": "512Mi",
"nvidia.com/gpu": "0"
}
}
Expand Down

0 comments on commit 9ce01ed

Please sign in to comment.