Update kuma-checks.json
This commit is contained in:
parent
bec79c55e1
commit
63539bb423
1 changed files with 2 additions and 3 deletions
|
@ -8,15 +8,14 @@
|
||||||
"name": "web_frontend",
|
"name": "web_frontend",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"target": "http://localhost:8080/health",
|
"target": "http://localhost:8080/health",
|
||||||
"push": "xxxxxxxxxxxxxxxx" },
|
"push": "xxxxxxxxxxxxxxxx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "api_service",
|
"name": "api_service",
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"target": "my-api.service",
|
"target": "my-api.service",
|
||||||
"push": "xxxxxxxxxxxxxxxx"
|
"push": "xxxxxxxxxxxxxxxx"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "redis_container",
|
"name": "redis_container",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue