Skip to content

Commit

Permalink
health_check: port 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Jul 15, 2024
1 parent 3af69e1 commit 84a6b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs-cluster/keycloak.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ resource "aws_alb_target_group" "keycloak" {
matcher = "200"
timeout = "5"
path = "/health"
port = 9000
unhealthy_threshold = "2"
}
}
Expand Down

0 comments on commit 84a6b50

Please sign in to comment.