mirror of
https://github.com/dokku/dokku.git
synced 2026-07-11 13:01:51 +02:00
Extends bats coverage for the scheduler-k3s scheduler so that herokuish and dockerfile builders match the cnb test surface for `dokku run`, `dokku run:detached`, `dokku cron:run`, deployment manifests, cronjob manifests, and Procfile-key resolution. Adds the corresponding `app-cron-procfile.json` fixture for the python app and `app-cron.json` / `app-cron-procfile.json` fixtures for the dockerfile-procfile app.
22 lines
326 B
JSON
22 lines
326 B
JSON
{
|
|
"cron": [
|
|
{
|
|
"command": "task",
|
|
"schedule": "5 5 5 5 5"
|
|
}
|
|
],
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"attempts": 2,
|
|
"content": "python/http.server",
|
|
"name": "check-1",
|
|
"path": "/",
|
|
"timeout": 5,
|
|
"type": "startup",
|
|
"wait": 2
|
|
}
|
|
]
|
|
}
|
|
}
|