Skip to content

Commit

Permalink
ER: Increase CPU capacity for worker app
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-sidhu-and committed Oct 23, 2023
1 parent 4bf249d commit c8886bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-azure/terraform-azure-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "azurerm_container_group" "app_worker" {
container {
name = var.container_name
image = "${var.app_worker_docker_registry}/${var.app_worker_docker_image}:${var.app_worker_docker_image_tag}"
cpu = "1.0"
cpu = "2.0"
memory = "2.0"
environment_variables = var.app_worker_environment_variables
commands = var.app_worker_startup_command
Expand Down

0 comments on commit c8886bb

Please sign in to comment.