Skip to content

Commit

Permalink
fix storage
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 26, 2024
1 parent de919c3 commit f188f37
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kubernetes/pi/apps/observability/gatus/app/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
---
web:
port: ${CUSTOM_WEB_PORT}
storage:
type: postgres
path: postgres://${INIT_POSTGRES_USER}:${INIT_POSTGRES_PASS}@${INIT_POSTGRES_HOST}:5432/${INIT_POSTGRES_DBNAME}?sslmode=disable
caching: true
metrics: true
debug: false
ui:
title: Health Status
header: Health Status
logo: https://raw.githubusercontent.com/LilDrunkenSmurf/k3s-home-cluster/main/icons/lds-transparent.png
alerting:
discord:
webhook-url: ${DISCORD_WEBHOOK_URL}
default-alert:
description: health-check failed
send-on-resolved: true
failure-threshold: 5
success-threshold: 2
connectivity:
checker:
target: 1.1.1.1:53
Expand Down

0 comments on commit f188f37

Please sign in to comment.