# A PVC opted into automatic backups: the operator provisions an S3 bucket and a # k8up Schedule scoped to this PVC. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: app-data namespace: default annotations: backups.unkin.net/schedule: "@daily" backups.unkin.net/destination: "cephs3_ec4_1" spec: accessModes: ["ReadWriteOnce"] resources: requests: storage: 10Gi