Skip to content

Commit

Permalink
chore(grafana): run volsync once per day (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann authored Dec 14, 2023
1 parent a383fe4 commit 3941846
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
sourcePVC: grafana
trigger:
schedule: "0 * * * *"
schedule: "0 2 * * *"
restic:
copyMethod: Snapshot
pruneIntervalDays: 7
Expand All @@ -19,9 +19,9 @@ spec:
storageClassName: longhorn
accessModes: ["ReadWriteOnce"]
retain:
hourly: 24
daily: 7
weekly: 4
monthly: 6
moverSecurityContext:
fsGroup: 472
runAsGroup: 472
Expand Down

0 comments on commit 3941846

Please sign in to comment.