This commit is contained in:
Philip Haupt
2025-04-06 16:51:41 +02:00
parent eb3e560b14
commit 26b6d487d9
2 changed files with 2 additions and 4 deletions

View File

@@ -3520,8 +3520,6 @@ spec:
- args:
- server
- --uploader-type=kopia
- --default-backup-storage-location=velero/nas
- --default-volume-snapshot-locations=velero/nas
command:
- /velero
env:

View File

@@ -407,13 +407,13 @@ configuration:
# `velero server` default: 20.0
clientQPS:
# Name of the default backup storage location. Default: default
defaultBackupStorageLocation: velero/nas
defaultBackupStorageLocation:
# The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
defaultItemOperationTimeout:
# How long to wait by default before backups can be garbage collected. Default: 72h
defaultBackupTTL:
# Name of the default volume snapshot location.
defaultVolumeSnapshotLocations: velero/nas
defaultVolumeSnapshotLocations:
# `velero server` default: empty
disableControllers:
# `velero server` default: false