Skip to content

Commit

Permalink
c5a.16xlarge for MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Dec 18, 2024
1 parent ad1cdc5 commit 39eabc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/aws/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ eks_managed_node_groups = {
name = "mongodb"
launch_template_description = "Node group for MongoDB"
ami_type = "AL2_x86_64"
instance_types = ["c5a.4xlarge"]
instance_types = ["c5a.16xlarge"]
use_custom_launch_template = true
block_device_mappings = {
xvda = {
Expand Down Expand Up @@ -303,13 +303,13 @@ mongodb = {
replicas = 2
mongodb_resources = {
limits = {
"cpu" = "14"
"memory" = "29Gi"
"cpu" = "60"
"memory" = "120Gi"
"ephemeral-storage" = "20Gi"
}
requests = {
"cpu" = "6"
"memory" = "13Gi"
"cpu" = "28"
"memory" = "50Gi"
"ephemeral-storage" = "4Gi"
}
}
Expand Down

0 comments on commit 39eabc5

Please sign in to comment.