From 84a6b5072e0bcc72218433f5e630241797a81a37 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 15 Jul 2024 10:44:55 +0100 Subject: [PATCH] health_check: port 9000 --- ecs-cluster/keycloak.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs-cluster/keycloak.tf b/ecs-cluster/keycloak.tf index 817b35d..84301a0 100644 --- a/ecs-cluster/keycloak.tf +++ b/ecs-cluster/keycloak.tf @@ -105,6 +105,7 @@ resource "aws_alb_target_group" "keycloak" { matcher = "200" timeout = "5" path = "/health" + port = 9000 unhealthy_threshold = "2" } }