2022-07-21 09:39:35 +00:00
|
|
|
{
|
2022-10-19 15:37:13 +00:00
|
|
|
"name": "docker-configs",
|
|
|
|
|
"kinds": ["docker"],
|
2024-01-11 20:17:30 +00:00
|
|
|
"delay": 120,
|
2022-10-19 15:37:13 +00:00
|
|
|
"timeout": 60,
|
|
|
|
|
"tests": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app1.example.com/hello",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "world",
|
|
|
|
|
"tls": "app1.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app2.example.com/hello",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "world",
|
|
|
|
|
"tls": "app2.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app1.example.com/app1",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "app1",
|
|
|
|
|
"tls": "app1.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app2.example.com/app2",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "app2",
|
|
|
|
|
"tls": "app2.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|