2022-07-21 09:39:35 +00:00
|
|
|
{
|
|
|
|
|
"name": "docker-configs",
|
|
|
|
|
"kinds": [
|
|
|
|
|
"docker"
|
|
|
|
|
],
|
|
|
|
|
"timeout": 60,
|
|
|
|
|
"tests": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
2022-07-21 11:59:19 +00:00
|
|
|
"url": "https://app1.example.com/hello",
|
2022-07-21 10:05:11 +00:00
|
|
|
"string": "world"
|
2022-07-21 09:39:35 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
2022-07-21 11:59:19 +00:00
|
|
|
"url": "https://app2.example.com/hello",
|
2022-07-21 11:40:31 +00:00
|
|
|
"string": "world"
|
2022-07-21 09:39:35 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
2022-07-21 11:59:19 +00:00
|
|
|
"url": "https://app1.example.com/app1",
|
2022-07-21 09:39:35 +00:00
|
|
|
"string": "app1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
2022-07-21 11:59:19 +00:00
|
|
|
"url": "https://app2.example.com/app2",
|
2022-07-21 09:39:35 +00:00
|
|
|
"string": "app2"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|