2026-03-29 07:53:36 +00:00
|
|
|
configuration:
|
|
|
|
|
backupStorageLocation:
|
|
|
|
|
- name: default
|
|
|
|
|
provider: aws
|
|
|
|
|
bucket: test
|
|
|
|
|
default: true
|
|
|
|
|
config:
|
2026-03-31 05:37:59 +00:00
|
|
|
region: us-east-1
|
2026-03-29 07:53:36 +00:00
|
|
|
s3ForcePathStyle: true
|
2026-03-31 05:34:57 +00:00
|
|
|
s3Url: https://eu2.contabostorage.com/test
|
2026-03-29 07:53:36 +00:00
|
|
|
|
|
|
|
|
volumeSnapshotLocation:
|
|
|
|
|
- name: default
|
|
|
|
|
provider: aws
|
|
|
|
|
config:
|
2026-03-29 08:06:26 +00:00
|
|
|
region: us-east-1
|
2026-03-29 07:53:36 +00:00
|
|
|
|
|
|
|
|
credentials:
|
|
|
|
|
useSecret: true
|
2026-03-29 09:15:45 +00:00
|
|
|
existingSecret: velero-secrets
|
2026-03-29 07:53:36 +00:00
|
|
|
|
|
|
|
|
initContainers:
|
|
|
|
|
- name: velero-plugin-for-aws
|
|
|
|
|
image: velero/velero-plugin-for-aws:v1.8.2
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- mountPath: /target
|
|
|
|
|
name: plugins
|
|
|
|
|
|
|
|
|
|
deployNodeAgent: true
|
|
|
|
|
|
|
|
|
|
snapshotsEnabled: false
|