From 822175f214418d7cf5bbe2406a5672e8dbf72777 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 8 May 2025 19:53:58 -0400 Subject: [PATCH] nextcloud: adjust cron to only run hourly --- nextcloud/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/cron.yaml b/nextcloud/cron.yaml index 1e37a24..fc0b671 100644 --- a/nextcloud/cron.yaml +++ b/nextcloud/cron.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: nextcloud-cron spec: - schedule: "*/5 * * * *" + schedule: "0 * * * *" jobTemplate: spec: template: