Преглед на файлове

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 {