Skip to content

Commit

Permalink
Merge pull request #1407 from alphagov/ianhowell-gds/opensearch_stagi…
Browse files Browse the repository at this point in the history
…ng_production_vertical_scaling

Increase EBS volume size and change from m6g to r6g instance type
  • Loading branch information
ianhowell-gds authored Jul 26, 2024
2 parents 5edb29f + 9ce9d95 commit a547244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ module "variable-set-opensearch-production" {

tfvars = {
hosted_zone_name = "chat"
engine_version = "2.11"
engine_version = "2.13"
security_options_enabled = true
volume_type = "gp3"
throughput = 250
ebs_enabled = true
ebs_volume_size = 45
ebs_volume_size = 90
service = "chat"
instance_type = "m6g.2xlarge.search"
instance_type = "r6g.2xlarge.search"
instance_count = 3
dedicated_master_enabled = true
dedicated_master_count = 3
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/variables-staging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ module "variable-set-opensearch-staging" {

tfvars = {
hosted_zone_name = "chat"
engine_version = "2.11"
engine_version = "2.13"
security_options_enabled = true
volume_type = "gp3"
throughput = 250
ebs_enabled = true
ebs_volume_size = 45
ebs_volume_size = 90
service = "chat"
instance_type = "m6g.2xlarge.search"
instance_type = "r6g.2xlarge.search"
instance_count = 3
dedicated_master_enabled = true
dedicated_master_count = 3
Expand Down

0 comments on commit a547244

Please sign in to comment.