Browse Source

Monthly backup good for 6 months

master
Fábio Kaiser Rauber 2 years ago
parent
commit
1f11a07697
  1. 4
      charts/portalmodelo/v0.5.0/templates/velero-schedule-monthly.yaml

4
charts/portalmodelo/v0.5.0/templates/velero-schedule-monthly.yaml

@ -15,8 +15,8 @@ spec:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
snapshotVolumes: false snapshotVolumes: false
# every weekday backup is good for the next year (365 days) # every monthly backup is good for the next 6 months (~180 days)
ttl: 8760h0m0s ttl: 4380h0m0s
defaultVolumesToFsBackup: true defaultVolumesToFsBackup: true
hooks: hooks:
resources: resources:

Loading…
Cancel
Save