Skip to content

Commit 117b888

Browse files
committed
refactor: 삭제 후 엑추에이터로 대체
1 parent f4830a7 commit 117b888

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

src/main/java/timeeat/controller/HealthController.java

Lines changed: 0 additions & 14 deletions
This file was deleted.

terraform/common/alb/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ locals {
1616
protocol = "HTTP"
1717
target_type = "instance"
1818
health_check = {
19-
path = "/health"
19+
path = "/actuator/health/"
2020
protocol = "HTTP"
2121
interval = 30
2222
matcher = "200"
@@ -30,7 +30,7 @@ locals {
3030
protocol = "HTTP"
3131
target_type = "instance"
3232
health_check = {
33-
path = "/health"
33+
path = "/actuator/health"
3434
protocol = "HTTP"
3535
interval = 30
3636
matcher = "200"

0 commit comments

Comments
 (0)