Skip to content

Commit

Permalink
Change healthcheck path
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Aug 24, 2024
1 parent 03afd4d commit 852b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/cloud-formation/indexer.cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Resources:
Command:
- 'CMD-SHELL'
- !Sub
- 'curl -f http://localhost:${PORT}/ || exit 1'
- 'curl -f http://localhost:${PORT} || exit 1'
- PORT: !FindInMap
- 'Constants'
- 'Networking'
Expand Down

0 comments on commit 852b254

Please sign in to comment.