Skip to content

Commit e59d298

Browse files
committed
Bump Gitlab DB IOPS to 24,000, throughput to 1,000
1 parent ea0a99a commit e59d298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/modules/spack_aws_k8s/gitlab_db.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ module "gitlab_db" {
4444
allocated_storage = 500
4545
max_allocated_storage = 1000
4646
storage_type = "gp3"
47-
iops = 12000 # 12,000 is the minimum IOPs for gp3 storage. We can increase this as needed.
48-
storage_throughput = 500 # 500 is the minimum throughput for gp3 storage. We can increase this as needed.
47+
iops = 24000 # 12,000 is the minimum IOPs for gp3 storage.
48+
storage_throughput = 1000 # 500 is the minimum throughput for gp3 storage.
4949

5050
vpc_security_group_ids = [module.postgres_security_group.security_group_id]
5151
}

0 commit comments

Comments
 (0)