mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
containers-schema.json: add healtcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
d6c8b7c6fb
commit
4a839ec111
1 changed files with 30 additions and 0 deletions
|
|
@ -94,6 +94,36 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"healthcheck": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"minProperties": 6,
|
||||||
|
"properties": {
|
||||||
|
"interval": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[0-9]+s$"
|
||||||
|
},
|
||||||
|
"timeout": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[0-9]+s$"
|
||||||
|
},
|
||||||
|
"retries": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"start_period": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[0-9]+s$"
|
||||||
|
},
|
||||||
|
"start_interval": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[0-9]+s$"
|
||||||
|
},
|
||||||
|
"test": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^.*$"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"aio_variables": {
|
"aio_variables": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue