From 402525d572814a5b78fbde744bf5c26b2edc4760 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 14 Oct 2020 20:07:52 -0400 Subject: [PATCH] Update Kubernetes example --- example/kubernetes/gatus.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/example/kubernetes/gatus.yaml b/example/kubernetes/gatus.yaml index 442d480d..1511e113 100644 --- a/example/kubernetes/gatus.yaml +++ b/example/kubernetes/gatus.yaml @@ -13,6 +13,16 @@ data: interval: 5m conditions: - "[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 url: https://example.com/ conditions: