Skip to content

Commit

Permalink
Adjust task default sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 26, 2024
1 parent 85a636b commit 3ffb782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tf/modules/ooniapi_frontend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ resource "aws_lb_listener_rule" "ooniapi_ooniauth_rule" {
]
}
}


}

resource "aws_lb_listener_rule" "ooniapi_ooniauth_rule_host" {
Expand Down Expand Up @@ -201,7 +199,6 @@ resource "aws_lb_listener_rule" "ooniapi_oonifindings_rule_host" {
values = ["oonifindings.${local.direct_domain_suffix}"]
}
}

}

## DNS
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/ooniapi_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "service_desired_count" {
}

variable "task_cpu" {
default = 1024
default = 256
description = "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size"
}

Expand Down

0 comments on commit 3ffb782

Please sign in to comment.