mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"name": "docker-configs",
|
|
"kinds": ["docker"],
|
|
"delay": 30,
|
|
"timeout": 60,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/hello",
|
|
"string": "world"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/hello",
|
|
"string": "world"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/app1",
|
|
"string": "app1"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/app2",
|
|
"string": "app2"
|
|
}
|
|
]
|
|
}
|