Skip to content

Commit

Permalink
gatus: fix mirror check, add media check
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Dec 3, 2024
1 parent 88c926e commit 219fc71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gatus/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
url: "https://mirror.kreato.dev"
interval: 60s
conditions:
- "[STATUS] == 403"
- "[STATUS] == any(404, 403)"
- name: "main"
group: "infra"
url: "https://kreato.dev"
Expand All @@ -75,6 +75,12 @@ spec:
interval: 60s
conditions:
- "[STATUS] == 200"
- name: "media"
group: "infra"
url: "https://media.kreato.dev"
interval: 60s
conditions:
- "[STATUS] == 200"
- name: "tulip.internal"
group: "private"
url: "https://tulip.internal.kreato.dev"
Expand Down

0 comments on commit 219fc71

Please sign in to comment.