mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
velero data mover
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -16,6 +16,7 @@ spec:
|
|||||||
timeout: 5m
|
timeout: 5m
|
||||||
releaseName: velero
|
releaseName: velero
|
||||||
values:
|
values:
|
||||||
|
deployNodeAgent: true
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: velero-plugin-for-aws
|
- name: velero-plugin-for-aws
|
||||||
image: velero/velero-plugin-for-aws:v1.9.0
|
image: velero/velero-plugin-for-aws:v1.9.0
|
||||||
@@ -42,12 +43,13 @@ spec:
|
|||||||
features: EnableCSI
|
features: EnableCSI
|
||||||
schedules:
|
schedules:
|
||||||
daily-backup:
|
daily-backup:
|
||||||
disabled: false
|
disabled: true
|
||||||
schedule: "0 0 * * *" # once a day, at midnight
|
schedule: "0 0 * * *" # once a day, at midnight
|
||||||
useOwnerReferencesInBackup: false
|
useOwnerReferencesInBackup: false
|
||||||
template:
|
template:
|
||||||
ttl: "240h"
|
ttl: "240h"
|
||||||
storageLocation: backblaze # use the same name you defined above in backupStorageLocation
|
storageLocation: backblaze # use the same name you defined above in backupStorageLocation
|
||||||
|
snapshotMoveData: true
|
||||||
resourcePolicy:
|
resourcePolicy:
|
||||||
kind: configmap
|
kind: configmap
|
||||||
name: resource-policies-configmap
|
name: resource-policies-configmap
|
||||||
|
|||||||
Reference in New Issue
Block a user