Brad Poulton %!s(int64=3) %!d(string=hai) anos
pai
achega
700f5c9c34
Modificáronse 1 ficheiros con 4 adicións e 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 {