From ee23c8b8a622402228e1b7b996210d4844f631ea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 19 May 2026 20:23:05 -0500 Subject: [PATCH] feat: add caching to postgres --- clusters/cl01tl/helm/gatus/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/cl01tl/helm/gatus/values.yaml b/clusters/cl01tl/helm/gatus/values.yaml index 243881914..a941e4e1b 100644 --- a/clusters/cl01tl/helm/gatus/values.yaml +++ b/clusters/cl01tl/helm/gatus/values.yaml @@ -92,6 +92,7 @@ gatus: scopes: [openid] storage: type: postgres + caching: true path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable" default-endpoint: &defaults group: core -- 2.52.0