@ -14,10 +14,10 @@ spec:
excludedResources:
{{- toYaml . | nindent 8 }}
{{- end }}
snapshotVolumes: {{ .Values.velero.backup.snapshotVolumes }}
snapshotVolumes: false
# every weekday backup is good for the next year (365 days)
ttl: 8760h0m0s
defaultVolumesToRestic: {{ .Values.velero.backup.defaultVolumesToRestic }}
defaultVolumesToFsBackup: true
hooks:
resources:
- name: repozo
snapshotVolumes: true
# every weekday backup is good for the next week (7 days)
ttl: 168h0m0s
defaultVolumesToFsBackup: false
# every sunday backup is good for 30 days (aprox. 1 month)
ttl: 744h0m0s
@ -24,8 +24,6 @@ velero:
namespace: velero
backup:
enabled: false
defaultVolumesToRestic: true
# cert-manager objects are usually blocked during backup
- certificates.cert-manager.io