nextcloud: adjust cron to only run hourly
This commit is contained in:
@@ -3,7 +3,7 @@ kind: CronJob
|
||||
metadata:
|
||||
name: nextcloud-cron
|
||||
spec:
|
||||
schedule: "*/5 * * * *"
|
||||
schedule: "0 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user