Skip to content

Commit

Permalink
api: give more resource
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 10, 2024
1 parent 4c9a569 commit 243bde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/api/server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ resource "kubernetes_deployment" "server" {

resources {
requests = {
cpu = "100m"
cpu = "175m"
memory = "350Mi"
}
limits = {
cpu = "150m"
cpu = "200m"
memory = "500Mi"
}
}
Expand Down

0 comments on commit 243bde9

Please sign in to comment.