From 5a3747f6ab090de537b6df37eee691e0835aca1b Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 30 Jun 2026 19:04:50 +0200 Subject: [PATCH] test(temp): lower storage_fill_warn_percent to 20 for live alert validation --- manifests/hub.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 214bbcf..cf72f76 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -80,6 +80,7 @@ data: prune_schedule: "04:30" alerting: stale_threshold: "30m" + storage_fill_warn_percent: 20 notifications: # Resend API key is NOT stored here. It is injected at runtime from Secret/resend-api # via the RESEND_API_KEY env var (see Deployment below). The Secret is created out-of-band