From 994ccfed1f8704d79592d6c09072291fbdfdbff7 Mon Sep 17 00:00:00 2001 From: Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:25:21 -0700 Subject: [PATCH] chore: reduce retention in dev reduce the retention in dev as the db is getting pretty big due to multiple feature envs and running out of backup storage --- helm/app/values-dev.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/app/values-dev.yaml b/helm/app/values-dev.yaml index c8de300140..ed403807d5 100644 --- a/helm/app/values-dev.yaml +++ b/helm/app/values-dev.yaml @@ -14,6 +14,10 @@ db: psql -v "ON_ERROR_STOP=1" -f "${file}"; done; +crunchy-postgres: + pgBackRest: + retention: '1' + metabase: prodIngress: enable: true