Adjusts Portal ALB
@@ -28,6 +28,10 @@ resource "aws_alb_target_group" "portal" {
protocol = "HTTPS"
path = "/api/health/"
matcher = "200-400"
+ timeout = "4"
+ interval = "15"
+ unhealthy_threshold = 2
+ healthy_threshold = 2
}
stickiness {