Skip to content

Commit

Permalink
👷 Update eRPC healthcheck path
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 3, 2024
1 parent cd5fad6 commit 71aa255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/Erpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function ErpcStack({ app, stack }: StackContext) {
applicationLoadBalancerTargetGroup: {
deregistrationDelay: Duration.seconds(10),
healthCheck: {
path: "/unknown-project",
path: "/healthcheck",
interval: Duration.seconds(10),
healthyThresholdCount: 2,
unhealthyThresholdCount: 5,
Expand Down

0 comments on commit 71aa255

Please sign in to comment.