velero
This commit is contained in:
16
minio-velero/backupstoragelocations/bsl-b.yaml
Normal file
16
minio-velero/backupstoragelocations/bsl-b.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: velero.io/v1
|
||||
kind: BackupStorageLocation
|
||||
metadata:
|
||||
name: bsl-incluster-b
|
||||
spec:
|
||||
provider: aws
|
||||
objectStorage:
|
||||
bucket: velero-backups
|
||||
config:
|
||||
s3Url: http://minio-b.minio-velero.svc.cluster.local:9000
|
||||
s3ForcePathStyle: "true"
|
||||
region: site-b
|
||||
accessMode: ReadWrite
|
||||
credential:
|
||||
name: cloud-credentials
|
||||
key: cloud
|
||||
Reference in New Issue
Block a user