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

Commit ef58ded

Browse files
committed
debug flower health check
1 parent ef67655 commit ef58ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/flower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ def __init__(self, scope: core.Construct, id: str, **kwargs,) -> None:
6262
priority=1,
6363
path_patterns=["/flower/*", "/flower*"],
6464
health_check=elbv2.HealthCheck(
65-
healthy_http_codes="200-401", path="/flower"
65+
healthy_http_codes="200-404", path="/flower"
6666
),
6767
)

0 commit comments

Comments
 (0)