Change backup cronjob time

This commit is contained in:
Mathis 2024-05-28 21:33:44 +00:00
parent 905395eaf1
commit fd8224e8d9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: restic-backup-cronjob name: restic-backup-cronjob
namespace: gitea namespace: gitea
spec: spec:
schedule: "0 2 * * *" # Cron expression for running daily at 2 AM schedule: "0 3 * * *" # Cron expression for running daily at 2 AM
jobTemplate: jobTemplate:
spec: spec:
template: template: