mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
fix velero values
This commit is contained in:
@@ -23,24 +23,25 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
nameconfiguration:
|
||||
backupStorageLocation:
|
||||
# name is the name of the backup storage location where backups should be stored. If a name is not provided,
|
||||
# a backup storage location will be created with the name "default". Optional.
|
||||
- name: backblaze
|
||||
# provider is the name for the backup storage location provider.
|
||||
provider: aws
|
||||
# bucket is the name of the bucket to store backups in. Required.
|
||||
bucket: mthomson-cluster-backup
|
||||
credential:
|
||||
# name of the secret used by this backupStorageLocation.
|
||||
name: velero-secret
|
||||
# name of key that contains the secret data to be used.
|
||||
key: cloud
|
||||
# Additional provider-specific configuration. See link above
|
||||
# for details of required/optional fields for your provider.
|
||||
config:
|
||||
region: us-west-004
|
||||
s3Url: "https://s3.us-west-004.backblazeb2.com"
|
||||
configuration:
|
||||
backupStorageLocation:
|
||||
# name is the name of the backup storage location where backups should be stored. If a name is not provided,
|
||||
# a backup storage location will be created with the name "default". Optional.
|
||||
- name: backblaze
|
||||
# provider is the name for the backup storage location provider.
|
||||
provider: aws
|
||||
# bucket is the name of the bucket to store backups in. Required.
|
||||
bucket: mthomson-cluster-backup
|
||||
credential:
|
||||
# name of the secret used by this backupStorageLocation.
|
||||
name: velero-secret
|
||||
# name of key that contains the secret data to be used.
|
||||
key: cloud
|
||||
# Additional provider-specific configuration. See link above
|
||||
# for details of required/optional fields for your provider.
|
||||
config:
|
||||
region: us-west-004
|
||||
s3Url: "https://s3.us-west-004.backblazeb2.com"
|
||||
schedules:
|
||||
daily-backup:
|
||||
disabled: false
|
||||
|
||||
Reference in New Issue
Block a user