Skip to content

Commit

Permalink
Infra. Scale down Instance size and RDS size
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Aug 1, 2024
1 parent e4dfc3b commit 16e8bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/node_groups/nonprod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_group_name = "nonprod"
desired_num_of_nodes = 1
min_num_of_nodes = 1
max_num_of_nodes = 2
node_instance_type = "m5.xlarge"
node_instance_type = "m5.large"
2 changes: 1 addition & 1 deletion terraform/nonprod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ availability_zones = ["ap-south-1a", "ap-south-1b"]
private_cidr_blocks = ["10.0.1.0/24", "10.0.2.0/24"]
public_cidr_blocks = ["10.0.3.0/24", "10.0.4.0/24"]
vpc_cidr_block = "10.0.0.0/16"
rds_instance_class = "db.t3.large"
rds_instance_class = "db.t2.small"
rds_allow_major_version_upgrade = true
mysql_version = "8.0"
mysql_rds_port = "3306"
Expand Down

0 comments on commit 16e8bfa

Please sign in to comment.