Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: upscale the ECS cluster to meet demand (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Jul 3, 2023
1 parent 8160450 commit 60fee44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ module "ecs" {
prometheus_endpoint = aws_prometheus_workspace.prometheus.prometheus_endpoint
image = "${data.aws_ecr_repository.repository.repository_url}:${local.version}"
acm_certificate_arn = module.dns.certificate_arn
cpu = 512
cpu = 1024
route53-fqdn = local.fqdn
memory = 1024
memory = 2048
private_subnets = module.vpc.private_subnets
public_subnets = module.vpc.public_subnets
log_region = var.region
Expand Down

0 comments on commit 60fee44

Please sign in to comment.