Minor update
This commit is contained in:
parent
3e2b56ba89
commit
02098a9742
@ -22,8 +22,8 @@ services:
|
|||||||
url: https://twinnation.org/health
|
url: https://twinnation.org/health
|
||||||
interval: 15s # Duration to wait between every status check (default: 10s)
|
interval: 15s # Duration to wait between every status check (default: 10s)
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200" # Status must be 200
|
||||||
- "[RESPONSE_TIME] < 300"
|
- "[RESPONSE_TIME] < 300" # Response time must be under 300ms
|
||||||
- name: github
|
- name: github
|
||||||
url: https://api.github.com/healthz
|
url: https://api.github.com/healthz
|
||||||
conditions:
|
conditions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user