Skip to content

Commit

Permalink
Replace production couch node 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Sep 6, 2023
1 parent 7256919 commit 224d890
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:
- couch_a0,couch_a1,couch_b0:3
10 changes: 3 additions & 7 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,13 @@ servers:
os: jammy

- server_name: "couch_b0-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: "b"
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 @@ -601,9 +597,9 @@ internal_albs:
target_port: 15984
health_check_interval: 30
targets:
- couch11-production
- couch_a0-production
- couch_a1-production
- couch_b0-production

elasticache_cluster:
create: yes
Expand Down

0 comments on commit 224d890

Please sign in to comment.