mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-19 19:50:47 +01:00
Update Kubernetes example
This commit is contained in:
parent
68c8076c73
commit
402525d572
@ -13,6 +13,16 @@ data:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
|
- name: cat-fact
|
||||||
|
url: "https://cat-fact.herokuapp.com/facts/random"
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- "[BODY].deleted == false"
|
||||||
|
- "len([BODY].text) > 0"
|
||||||
|
- "[BODY].text == pat(*cat*)"
|
||||||
|
- "[STATUS] == pat(2*)"
|
||||||
|
- "[CONNECTED] == true"
|
||||||
- name: Example
|
- name: Example
|
||||||
url: https://example.com/
|
url: https://example.com/
|
||||||
conditions:
|
conditions:
|
||||||
|
Loading…
Reference in New Issue
Block a user