Skip to content

Commit

Permalink
Merge pull request #41 from moreal/rolling-update
Browse files Browse the repository at this point in the history
fix: use rolling-update strategy for mimir-worker
  • Loading branch information
moreal authored Nov 28, 2024
2 parents 83e2944 + bd38588 commit 40f436b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/mimir-worker-ec2/ecs_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ resource "aws_ecs_service" "ecs_service" {
capacity_provider = var.ecs_capacity_provider_name
weight = 100
}

deployment_minimum_healthy_percent = 0
deployment_maximum_percent = 100
}

0 comments on commit 40f436b

Please sign in to comment.