mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
19 lines
600 B
YAML
19 lines
600 B
YAML
velero:
|
|
initContainers:
|
|
- name: velero-plugin-for-aws
|
|
image: velero/velero-plugin-for-aws:v1.12.1
|
|
imagePullPolicy: IfNotPresent
|
|
volumeMounts:
|
|
- mountPath: /target
|
|
name: plugins
|
|
deployNodeAgent: true
|
|
configuration:
|
|
# defaultVolumesToFsBackup: true
|
|
backupStorageLocation: null
|
|
volumeSnapshotLocation: null
|
|
namespace: cozy-velero
|
|
features: EnableCSI
|
|
# Increase timeout for item operations to 24 hours to prevent timeouts
|
|
# during backups of very large volumes. The Velero default is 4 hours.
|
|
defaultItemOperationTimeout: 24h
|