Skip to content

Commit

Permalink
TM-860: nomis: update number of webservers to 6 using latest release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Jan 15, 2025
1 parent c8b844a commit 740ce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/nomis/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ locals {
# ACTIVE (green deployment)
prod-nomis-web-b = merge(local.ec2_autoscaling_groups.web, {
autoscaling_group = merge(local.ec2_autoscaling_groups.web.autoscaling_group, {
desired_capacity = 5
desired_capacity = 6
max_size = 6

initial_lifecycle_hooks = {
Expand Down Expand Up @@ -283,7 +283,7 @@ locals {
user_data_cloud_init = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init, {
args = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init.args, {
# Comment in instance refresh above if changing branch + want automated instance refresh
branch = "86471c5730194674959e03fff043a6b4d2d1a92f" # DSOS-2838 memory fix
branch = "753de472568b54954ea0cb8fe6fb8d28ecf33aa3" # 2025-01-14 nomis release
})
})
tags = merge(local.ec2_autoscaling_groups.web.tags, {
Expand Down

0 comments on commit 740ce6e

Please sign in to comment.