Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ When the application is ran in the container it must:
1. Respond to `/__version__` with the contents of `/app/version.json`.
1. Respond to `/__heartbeat__` with a HTTP 200 or 5xx on error. This should check backing services like a database for connectivity and may respond with the status of backing services and application components as a JSON payload.
1. Respond to `/__lbheartbeat__` with an HTTP 200. This is for load balancer checks and should **not** check backing services.
1. Respond to `/__error__` with an HTTP 500. This endpoint should log and throw an error, used for testing purposes.
1. Send text logs to `stdout` or `stderr`.
1. Serve its own [static content](docs/serving-static-content.md).

Expand Down