ソースを参照

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 {