Skip to content

Commit

Permalink
CHG up developer requests and limits again
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 20, 2022
1 parent 54f588d commit 32beb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/anubis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"persistent_storage": False,
"network_policy": "os-student",
"resources": {
"requests": {"cpu": "1", "memory": "1Gi"},
"limits": {"cpu": "3", "memory": "4Gi"},
"requests": {"cpu": "1000m", "memory": "1Gi"},
"limits": {"cpu": "3000m", "memory": "4Gi"},
},
}

Expand Down

0 comments on commit 32beb9a

Please sign in to comment.