Skip to content

Commit

Permalink
enable cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jan 17, 2024
1 parent a8221d2 commit 5b5d0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/default/webtrees/db/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kind: CronJob
metadata:
name: webtrees-db-mariadb
spec:
suspend: true
schedule: '@daily'
suspend: false
schedule: "@daily"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
Expand Down

0 comments on commit 5b5d0c0

Please sign in to comment.