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