mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
38 lines
753 B
JSON
38 lines
753 B
JSON
{
|
|
"name": "kubernetes-configs",
|
|
"kinds": ["kubernetes"],
|
|
"timeout": 60,
|
|
"delay": 60,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/hello",
|
|
"string": "hello"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/hello",
|
|
"string": "hello"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app3.example.com/hello",
|
|
"string": "hello"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/app1",
|
|
"string": "app1"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/app2",
|
|
"string": "app2"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app3.example.com/app3",
|
|
"string": "app3"
|
|
}
|
|
]
|
|
}
|