Skip to content

Commit

Permalink
Update schedule job for backup db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 1, 2023
1 parent b0069d5 commit 1aa8779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ osm-seed:
cronjobs:
- name: web-db
enabled: true
schedule: '0 */2 * * *'
schedule: '0 * * * *'
env:
DB_ACTION: backup
SET_DATE: true
Expand All @@ -303,7 +303,7 @@ osm-seed:
label_value: job
- name: osmcha-db
enabled: true
schedule: '0 */2 * * *'
schedule: '0 * * * *'
env:
DB_ACTION: backup
SET_DATE: false
Expand Down

0 comments on commit 1aa8779

Please sign in to comment.