bunkerized-nginx/examples/ghost/tests.json
2022-11-21 11:28:08 +01:00

13 lines
231 B
JSON

{
"name": "ghost",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 60,
"delay": 180,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "ghost"
}
]
}