bunkerized-nginx/examples/ghost/tests.json
2023-02-16 15:15:19 +01:00

14 lines
231 B
JSON

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