File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
terraform/modules/spack_aws_k8s Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module "cdash_db" {
15
15
identifier = " spack-cdash${ local . suffix } "
16
16
17
17
engine = " mysql"
18
- engine_version = " 8.0.35 "
18
+ engine_version = " 8.0.40 "
19
19
family = " mysql8.0"
20
20
major_engine_version = " 8.0"
21
21
instance_class = var. cdash_db_instance_class
@@ -39,8 +39,8 @@ module "cdash_db" {
39
39
40
40
allocated_storage = 300
41
41
storage_type = " gp3"
42
- iops = 12000 # 3,000 is the minimum IOPs for <400 GB storage. We can increase this as needed.
43
- storage_throughput = 125 # 125 is the minimum throughput for <400 GB storage. We can increase this as needed.
42
+ iops = 3000 # 3,000 is the minimum IOPs for <400 GB storage. We can increase this as needed.
43
+ storage_throughput = 125 # 125 is the minimum throughput for <400 GB storage. We can increase this as needed.
44
44
45
45
vpc_security_group_ids = [module . mysql_security_group . security_group_id ]
46
46
}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ module "gitlab_db_proxy" {
109
109
}
110
110
111
111
engine_family = " POSTGRESQL"
112
- debug_logging = true
112
+ debug_logging = false
113
113
114
114
target_db_instance = true
115
115
db_instance_identifier = module. gitlab_db . db_instance_identifier
You can’t perform that action at this time.
0 commit comments