apps(velero): Add backup schedule

main
trivernis 10 months ago
parent b2725213ac
commit 5c9df3ba89
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -7,3 +7,4 @@ resources:
- app/00_namespace.yaml
- app/10_sealedsecret.yaml
- app/20_release.yaml
- app/30_schedule.yaml

@ -0,0 +1,13 @@
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: scheduled-backup
namespace: velero
spec:
schedule: 0 */6 * * *
template:
excludedNamespaces:
- metrics
- woodpecker
- syncthing
snapshotVolumes: false
Loading…
Cancel
Save