Removing custom health check for now
This commit is contained in:
parent
00edcc64af
commit
dcd3da5e47
@ -23,12 +23,6 @@ resource "aws_lb_target_group" "alpha_cluster" {
|
|||||||
protocol = "HTTP"
|
protocol = "HTTP"
|
||||||
target_type = "ip"
|
target_type = "ip"
|
||||||
vpc_id = aws_vpc.athens_vpc.id
|
vpc_id = aws_vpc.athens_vpc.id
|
||||||
health_check {
|
|
||||||
path = "/"
|
|
||||||
matcher = "200-299"
|
|
||||||
port = 80
|
|
||||||
interval = 60
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_lb_listener" "http" {
|
resource "aws_lb_listener" "http" {
|
||||||
|
Loading…
Reference in New Issue
Block a user