From 3bbee89a91a150b9146996797fe48e028d0b3820 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 6 Apr 2026 12:55:09 +1200 Subject: [PATCH] changed to namespace filters --- infrastructure/velero/schedules/daily.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infrastructure/velero/schedules/daily.yaml b/infrastructure/velero/schedules/daily.yaml index 0991ce2..a889dde 100644 --- a/infrastructure/velero/schedules/daily.yaml +++ b/infrastructure/velero/schedules/daily.yaml @@ -6,7 +6,8 @@ metadata: spec: schedule: "0 23 * * *" template: - labelSelector: - matchLabels: - backup: "true" + includeNamespaces: + - forgejo + - wikijs + - firefly ttl: 168h