bunkerweb/examples/kubernetes-ingress/tests.json
2024-01-09 14:14:00 +01:00

26 lines
517 B
JSON

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