From de919c3608c213b80ace6c31e3f1a23ff588f2bc Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Fri, 26 Jan 2024 14:36:05 -0700 Subject: [PATCH] fix storage --- .../teyvat/apps/observability/gatus/app/config/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kubernetes/teyvat/apps/observability/gatus/app/config/config.yaml b/kubernetes/teyvat/apps/observability/gatus/app/config/config.yaml index 8f1d9815a7..bd7c3da59b 100644 --- a/kubernetes/teyvat/apps/observability/gatus/app/config/config.yaml +++ b/kubernetes/teyvat/apps/observability/gatus/app/config/config.yaml @@ -1,6 +1,10 @@ --- 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: @@ -19,4 +23,4 @@ connectivity: checker: target: 1.1.1.1:53 interval: 1m - \ No newline at end of file +