Skip to content

Commit 33bdd3d

Browse files
committed
fix: alb health_check 주기 늘림
1 parent c67e580 commit 33bdd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/common/alb/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020
health_check = {
2121
path = "/actuator/health/"
2222
protocol = "HTTP"
23-
interval = 30
23+
interval = 60
2424
matcher = "200"
2525
healthy_threshold = 5
2626
unhealthy_threshold = 5
@@ -35,7 +35,7 @@ locals {
3535
health_check = {
3636
path = "/actuator/health"
3737
protocol = "HTTP"
38-
interval = 30
38+
interval = 60
3939
matcher = "200"
4040
healthy_threshold = 5
4141
unhealthy_threshold = 5

0 commit comments

Comments
 (0)