Skip to content

Commit

Permalink
correct the mongodb resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgharbi-aneo committed Jan 6, 2025
1 parent 18a139a commit b0baeb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/quick-deploy/gcp/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ mongodb = {
replicas = 2
mongodb_resources = {
limits = {
"cpu" = "28"
"memory" = "56Gi"
"cpu" = "26"
"memory" = "50Gi"
"ephemeral-storage" = "20Gi"
}
requests = {
"cpu" = "14"
"memory" = "28Gi"
"cpu" = "10"
"memory" = "24Gi"
"ephemeral-storage" = "8Gi"
}
}
Expand Down

0 comments on commit b0baeb5

Please sign in to comment.