Skip to content

Commit

Permalink
Merge pull request #9024 from ministryofjustice/oasys-db-b-decrease-e…
Browse files Browse the repository at this point in the history
…bs-specs

oasys db b decrease ebs specs
  • Loading branch information
wullub authored Dec 9, 2024
2 parents 888f124 + 5cc76f5 commit a085b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/oasys/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ locals {
ebs_volumes = {
"/dev/sdb" = { label = "app", size = 100 } # /u01
"/dev/sdc" = { label = "app", size = 1000 } # /u02
"/dev/sde" = { label = "data", size = 2000, iops = 12000, throughput = 750 }
"/dev/sdf" = { label = "data", size = 2000 }
"/dev/sde" = { label = "data", size = 2000, iops = 9000, throughput = 500 }
"/dev/sdf" = { label = "data", size = 2000, iops = 9000, throughput = 500 }
"/dev/sdj" = { label = "flash", size = 1000, iops = 5000, throughput = 500 }
"/dev/sds" = { label = "swap", size = 2 }
}
Expand Down

0 comments on commit a085b3e

Please sign in to comment.