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: metadata:
name: nextcloud-cron name: nextcloud-cron
spec: spec:
schedule: "*/5 * * * *" schedule: "0 * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template: