nextcloud: adjust cron to only run hourly

This commit is contained in:
2025-05-08 19:53:58 -04:00
parent 18e494f407
commit 822175f214

View File

@@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: nextcloud-cron
spec:
schedule: "*/5 * * * *"
schedule: "0 * * * *"
jobTemplate:
spec:
template: