From 300c7f36511aeb91b3e7480a5e91c3d887c95c74 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Wed, 8 Feb 2023 16:38:03 +0100 Subject: [PATCH] DEV-878: inc. threshold for postgres backups --- values_cusprod.yaml | 1 + values_cusqa.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 8fb7dce..cfed5e1 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -67,6 +67,7 @@ smardigo-connect: alerts: postgres: basebackup: + timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene connect: additional_labels: diff --git a/values_cusqa.yaml b/values_cusqa.yaml index ddedbbc..8d0c7bc 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -67,6 +67,7 @@ smardigo-connect: alerts: postgres: basebackup: + timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene connect: additional_labels: