test
This commit is contained in:
@@ -3520,8 +3520,8 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- server
|
- server
|
||||||
- --uploader-type=kopia
|
- --uploader-type=kopia
|
||||||
- --default-backup-storage-location=nas
|
- --default-backup-storage-location=velero/nas
|
||||||
- --default-volume-snapshot-locations=nas
|
- --default-volume-snapshot-locations=velero/nas
|
||||||
command:
|
command:
|
||||||
- /velero
|
- /velero
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -407,13 +407,13 @@ configuration:
|
|||||||
# `velero server` default: 20.0
|
# `velero server` default: 20.0
|
||||||
clientQPS:
|
clientQPS:
|
||||||
# Name of the default backup storage location. Default: default
|
# Name of the default backup storage location. Default: default
|
||||||
defaultBackupStorageLocation: nas
|
defaultBackupStorageLocation: velero/nas
|
||||||
# The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
|
# The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
|
||||||
defaultItemOperationTimeout:
|
defaultItemOperationTimeout:
|
||||||
# How long to wait by default before backups can be garbage collected. Default: 72h
|
# How long to wait by default before backups can be garbage collected. Default: 72h
|
||||||
defaultBackupTTL:
|
defaultBackupTTL:
|
||||||
# Name of the default volume snapshot location.
|
# Name of the default volume snapshot location.
|
||||||
defaultVolumeSnapshotLocations: nas
|
defaultVolumeSnapshotLocations: velero/nas
|
||||||
# `velero server` default: empty
|
# `velero server` default: empty
|
||||||
disableControllers:
|
disableControllers:
|
||||||
# `velero server` default: false
|
# `velero server` default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user