Files
oadp/dm-smoke.yaml
2025-12-23 11:54:42 +11:00

21 lines
486 B
YAML

apiVersion: velero.io/v1
kind: Backup
metadata:
name: dm-smoke
namespace: openshift-adp
spec:
includedNamespaces:
- gitea
# Use your default BSL (you set default: true), but being explicit is fine:
storageLocation: default
# Take CSI snapshots (not filesystem copy)…
snapshotVolumes: true
# …and then move the snapshot data into object storage (Data Mover).
# This is the YAML equivalent of `--snapshot-move-data`.
snapshotMoveData: true
ttl: 168h0m0s