32 lines
619 B
YAML
32 lines
619 B
YAML
configuration:
|
|
backupStorageLocation:
|
|
- name: default
|
|
provider: aws
|
|
bucket: test
|
|
default: true
|
|
config:
|
|
region: us-east-1
|
|
s3ForcePathStyle: true
|
|
s3Url: https://eu2.contabostorage.com
|
|
|
|
volumeSnapshotLocation:
|
|
- name: default
|
|
provider: aws
|
|
config:
|
|
region: us-east-1
|
|
|
|
credentials:
|
|
useSecret: true
|
|
existingSecret: velero-secrets
|
|
|
|
initContainers:
|
|
- name: velero-plugin-for-aws
|
|
image: velero/velero-plugin-for-aws:v1.8.2
|
|
volumeMounts:
|
|
- mountPath: /target
|
|
name: plugins
|
|
|
|
deployNodeAgent: true
|
|
|
|
snapshotsEnabled: false
|