Skip to content

Commit

Permalink
Replace production couch node 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Sep 12, 2023
1 parent a4ce588 commit f89c373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target_allocation:
- couch11,couch_a0,couch_a1:3
10 changes: 3 additions & 7 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,13 @@ servers:
os: jammy

- server_name: "couch_a1-production"
## Increase once ready for migration
# server_instance_type: c6a.8xlarge
server_instance_type: c6a.large
server_instance_type: c6a.8xlarge
network_tier: "db-private"
az: "a"
volume_size: 80
volume_encrypted: yes
block_device:
## Increase once ready for migration
# volume_size: 3150
volume_size: 1
volume_size: 3150
encrypted: yes
group: "couchdb2"
os: jammy
Expand Down Expand Up @@ -620,8 +616,8 @@ internal_albs:
health_check_interval: 30
targets:
- couch11-production
- couch12-production
- couch_a0-production
- couch_a1-production

elasticache_cluster:
create: yes
Expand Down

0 comments on commit f89c373

Please sign in to comment.