teufa/app.json

14 lines
254 B
JSON

{
"healthchecks": {
"api": [
{
"type": "startup",
"name": "api check",
"description": "Checking if the app responds to the /health/ready endpoint",
"path": "/healthz",
"attempts": 3
}
]
}
}