made changes for consistency
This commit is contained in:
@@ -4,10 +4,8 @@ metadata:
|
||||
name: daily-stateful
|
||||
namespace: openshift-adp
|
||||
spec:
|
||||
# Run at 04:00 (after config-only) AEST
|
||||
schedule: "0 16 * * *"
|
||||
schedule: "0 03 * * *"
|
||||
|
||||
# Timestamped names for long-term retention
|
||||
nameTemplate: "{{ .ScheduleName }}-{{ .Timestamp }}"
|
||||
|
||||
template:
|
||||
@@ -19,13 +17,10 @@ spec:
|
||||
- n8n
|
||||
- apim
|
||||
- gitea-ci
|
||||
- vm-project
|
||||
|
||||
# add others here as needed
|
||||
|
||||
# No CSI snapshots; use nodeAgent/restic only
|
||||
# No CSI snapshots; use nodeAgent/kopia only
|
||||
snapshotVolumes: false
|
||||
defaultVolumesToFsBackup: true
|
||||
|
||||
# Retain a bit longer
|
||||
ttl: 336h # 30 days
|
||||
ttl: 336h
|
||||
|
||||
Reference in New Issue
Block a user