From b8294f8e908a63bcb53d38c8b179810da35078fa Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 22 Aug 2026 22:18:03 -0300 Subject: [PATCH] longhorn: reduce Jellyfin policy churn --- .../longhorn/core/jellyfin-volume-policy-cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/core/jellyfin-volume-policy-cronjob.yaml b/infrastructure/longhorn/core/jellyfin-volume-policy-cronjob.yaml index 25044d44..0ade70e0 100644 --- a/infrastructure/longhorn/core/jellyfin-volume-policy-cronjob.yaml +++ b/infrastructure/longhorn/core/jellyfin-volume-policy-cronjob.yaml @@ -5,7 +5,7 @@ metadata: name: jellyfin-volume-policy namespace: longhorn-system spec: - schedule: "* * * * *" + schedule: "*/10 * * * *" concurrencyPolicy: Forbid startingDeadlineSeconds: 30 successfulJobsHistoryLimit: 1