15 lines
330 B
JSON
15 lines
330 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",
|
|
"port": 8761,
|
|
"attempts": 3
|
|
}
|
|
]
|
|
}
|
|
}
|