We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0a99a commit e59d298Copy full SHA for e59d298
1 file changed
terraform/modules/spack_aws_k8s/gitlab_db.tf
@@ -44,8 +44,8 @@ module "gitlab_db" {
44
allocated_storage = 500
45
max_allocated_storage = 1000
46
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.
+ iops = 24000 # 12,000 is the minimum IOPs for gp3 storage.
+ storage_throughput = 1000 # 500 is the minimum throughput for gp3 storage.
49
50
vpc_security_group_ids = [module.postgres_security_group.security_group_id]
51
}
0 commit comments