From f188f3791d35e3f8874ba226d11c4e7281e094b2 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Fri, 26 Jan 2024 14:36:47 -0700 Subject: [PATCH] fix storage --- .../apps/observability/gatus/app/config/config.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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