Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
gatus: add config endpoint example
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Nov 23, 2023
1 parent 431d709 commit 07a756b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/gatus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,11 @@ networkPolicy:

# Gatus configuration
# ref: https://github.com/TwiN/gatus#configuration
config: {}
config:
endpoints:
- name: example
url: https://example.org
interval: 60s
conditions:
- "[STATUS] == 200"
- "[BODY] == pat(*<h1>Example Domain</h1>*)"

0 comments on commit 07a756b

Please sign in to comment.