21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
},
|
|
"silo": {
|
|
"quantity": 2
|
|
}
|
|
},
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"type": "startup",
|
|
"name": "web check",
|
|
"description": "Checking if the app responds to the /health endpoint",
|
|
"path": "/healthz",
|
|
"attempts": 5
|
|
}
|
|
]
|
|
}
|
|
} |