Files
edge-service/app.json
2024-10-01 00:56:23 +02:00

16 lines
358 B
JSON

{
"healthchecks": {
"web": [
{
"type": "readiness",
"name": "web check",
"description": "Checking if the app responds to the /actuator/health/readiness endpoint",
"path": "/actuator/health/readiness",
"initialDelay": 20,
"port": 8080,
"attempts": 3
}
]
}
}