Files
cozystack/packages/system/velero/values.yaml
Andrei Kvapil 06f68d28d9 [velero] Set defaultItemOperationTimeout=24h
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-10-21 11:56:22 +02:00

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