From 29f042f7053d7dee558e0bdaf511bbf7b26a7a21 Mon Sep 17 00:00:00 2001 From: Sokratis Siozos-Drosos Date: Tue, 25 Jun 2019 12:35:58 +0200 Subject: [PATCH] Update target_groups.tf reduced healthcheck interval. --- deployment/modules/tileserver/target_groups.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"