automated terminal push

This commit is contained in:
lenape
2025-08-06 04:48:22 +00:00
parent 4bc59b5a34
commit c2faee5a56

View File

@@ -410,10 +410,8 @@ resource "aws_ecs_service" "app" {
depends_on = [aws_lb_listener.main] depends_on = [aws_lb_listener.main]
# Blue/Green deployment configuration # Blue/Green deployment configuration
deployment_configuration {
maximum_percent = 200 maximum_percent = 200
minimum_healthy_percent = 50 minimum_healthy_percent = 50
}
deployment_circuit_breaker { deployment_circuit_breaker {
enable = true enable = true