Skip to content

Commit

Permalink
fix(kyak): update templates
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Aug 25, 2024
1 parent ebeffd6 commit 199e029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/kyak/templates/gatus/external/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ data:
endpoints:
- name: "${APP}"
group: external
url: "https://${APP}.${SECRET_PUBLIC_DOMAIN}${GATUS_URL_PATH:-/}"
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_PUBLIC_DOMAIN}${GATUS_PATH:-/}"
interval: 1m
client:
dns-resolver: tcp://1.1.1.1:53
conditions:
- "[STATUS] == 200"
- "[STATUS] == ${GATUS_STATUS:-200}"
alerts:
- type: pushover
2 changes: 1 addition & 1 deletion kubernetes/kyak/templates/gatus/guarded/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
hide-hostname: true
hide-url: true
dns:
query-name: "${APP}."
query-name: "${GATUS_SUBDOMAIN:-${APP}}.${SECRET_PUBLIC_DOMAIN}"
query-type: A
conditions:
- "len([BODY]) == 0"
Expand Down

0 comments on commit 199e029

Please sign in to comment.