Skip to content

Commit

Permalink
update es data hosts to 5 in backup-production env which matches prod…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
AmitPhulera committed Nov 17, 2023
1 parent 8b12cd8 commit ee38400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/backup-production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ servers:
volume_size: 20
group: "elasticsearch"
os: jammy
count: 7
count: 5

- server_name: "es_b1{i}-bk-production"
server_instance_type: t3a.xlarge
Expand All @@ -100,7 +100,7 @@ servers:
volume_size: 20
group: "elasticsearch"
os: jammy
count: 7
count: 5

- server_name: "couch_a0-bk-production"
server_instance_type: t3a.small
Expand Down

0 comments on commit ee38400

Please sign in to comment.