Files
config-service/app.json
Peter Siegmund 4f084dbfc9 fix port
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-10-16 21:45:21 +02:00

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": 5000,
"attempts": 3
}
]
}
}