bunkerweb/examples/kubernetes-tls/tests.json
2024-01-11 12:08:48 +01:00

29 lines
622 B
JSON

{
"name": "kubernetes-tls",
"kinds": ["kubernetes"],
"timeout": 60,
"delay": 300,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "hello",
"tls": "app1.example.com,app2.example.com",
"tls_edit": false
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "hello",
"tls": "app1.example.com,app2.example.com",
"tls_edit": false
},
{
"type": "string",
"url": "https://app3.example.com",
"string": "hello",
"tls": "app3.example.com",
"tls_edit": false
}
]
}