Przeglądaj źródła

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

Adjusts Portal ALB
Brad Poulton 3 lat temu
rodzic
commit
9b2dc53d75
1 zmienionych plików z 4 dodań i 0 usunięć
  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 {