Skip to content

Commit

Permalink
fix: backup hass + z2m more often
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Feb 13, 2025
1 parent aecb414 commit 62b54f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/home-assistant/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
VOLSYNC_ACCESSMODES: ReadWriteOnce
VOLSYNC_CAPACITY: 5Gi
VOLSYNC_SCHEDULE_B2: '45 2 * * 0'
VOLSYNC_SCHEDULE_MINIO: '45 2 * * *'
VOLSYNC_SCHEDULE_MINIO: '45 */4 * * *'
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/zigbee2mqtt/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
GATUS_URL: http://zigbee2mqtt.default.svc.cluster.local
VOLSYNC_CAPACITY: 1Gi
VOLSYNC_SCHEDULE_B2: '15 2 * * 0'
VOLSYNC_SCHEDULE_MINIO: '15 2 * * *'
VOLSYNC_SCHEDULE_MINIO: '15 */4 * * *'

0 comments on commit 62b54f4

Please sign in to comment.