diff --git a/kubernetes/pi/apps/observability/gatus/app/config/config.yaml b/kubernetes/pi/apps/observability/gatus/app/config/config.yaml index bd7c3da59b..42bbaf691d 100644 --- a/kubernetes/pi/apps/observability/gatus/app/config/config.yaml +++ b/kubernetes/pi/apps/observability/gatus/app/config/config.yaml @@ -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