Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify the default value of server #561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,17 +391,17 @@ configuration:
# here if using a non-default value. The `velero server` default values are shown in the
# comments below.
# --------------------
# `velero server` default: kopia
# `velero server` default: restic
Copy link
Collaborator

@qiuming-best qiuming-best May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default uploader should still be Kopia.
Although our velero source codes the default value as restic, but we specify the default value through velero install, in which the default value is Kopia, and the value would pass to velero server.
And we will change the default value for velero server in velero source codes in the future.

uploaderType:
# `velero server` default: 1m
backupSyncPeriod:
# `velero server` default: 4h
fsBackupTimeout:
# `velero server` default: 30
# `velero server` default: 100
clientBurst:
# `velero server` default: 500
clientPageSize:
# `velero server` default: 20.0
# `velero server` default: 100.0
clientQPS:
# Name of the default backup storage location. Default: default
defaultBackupStorageLocation:
Expand Down
Loading