Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit b16b89b

Browse files
committed
desired count for cubestore
1 parent 1ca66c3 commit b16b89b

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/cube-cluster

1 file changed

+1
-1
lines changed

terraform/modules/cube-cluster/ecs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ resource "aws_ecs_service" "cubestore" {
455455
name = "cubestore_${count.index}"
456456
cluster = aws_ecs_cluster.main.id
457457
task_definition = aws_ecs_task_definition.cubestore[count.index].arn
458-
desired_count = var.cubestore_worker_resources.cubestore_worker_count
458+
desired_count = 1
459459
launch_type = "FARGATE"
460460
wait_for_steady_state = true
461461
enable_execute_command = true

0 commit comments

Comments
 (0)