backup immich db daily [ci skip]

This commit is contained in:
Viktor Barzin 2025-05-10 18:54:11 +00:00
parent 27d92967c1
commit 02b992d69d
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 7 deletions

View file

@ -174,7 +174,7 @@ resource "kubernetes_cron_job_v1" "postgresql-backup" {
spec {
concurrency_policy = "Replace"
failed_jobs_history_limit = 5
schedule = "0 */6 * * *"
schedule = "0 0 * * *"
# schedule = "* * * * *"
starting_deadline_seconds = 10
successful_jobs_history_limit = 10