소스 검색

Merge pull request #361 from mdr-engineering/feature/bp_MSOCI-1991_portal-lambda-logs

Adjusts Portal ALB
Brad Poulton 3 년 전
부모
커밋
9b2dc53d75
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      base/customer_portal/elb.tf

+ 4 - 0
base/customer_portal/elb.tf

@@ -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 {