Skip to content

Commit

Permalink
increase grace period to prevent sigterms on install/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlysyn committed Dec 28, 2020
1 parent 3490bd0 commit 6dd5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/keycloak/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module "ecs" {
deployment_minimum_healthy_percent = var.deployment_minimum_healthy_percent
desired_count = var.desired_count
ecs_cluster_arn = aws_ecs_cluster.keycloak.arn
health_check_grace_period_seconds = 30
health_check_grace_period_seconds = 600
ignore_changes_task_definition = false
name = module.label.id
subnet_ids = var.private_subnet_ids
Expand Down

0 comments on commit 6dd5a69

Please sign in to comment.