Explorar el Código

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

Adjusts Portal ALB
Brad Poulton hace 3 años
padre
commit
9b2dc53d75
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 {