diff --git a/deployment/modules/tileserver/target_groups.tf b/deployment/modules/tileserver/target_groups.tf index 5c1f39d..9e829e4 100644 --- a/deployment/modules/tileserver/target_groups.tf +++ b/deployment/modules/tileserver/target_groups.tf @@ -11,7 +11,7 @@ resource "aws_alb_target_group" "target_group_this" { cookie_duration = "300" } health_check { - interval = "60" + interval = "30" path = "/health" port = "80" healthy_threshold = "2"