Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 4febffc

Browse files
committed
updated health check path for fargate service
1 parent c90b1f9 commit 4febffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def __init__(self, scope: core.Construct, id: str, **kwargs,) -> None:
6060
priority=1,
6161
path_patterns=["*"],
6262
health_check=elbv2.HealthCheck(
63-
healthy_http_codes="200-299", path="/api/hello-world",
63+
healthy_http_codes="200-299", path="/api/health-check/",
6464
),
6565
)

0 commit comments

Comments
 (0)