35 lines
805 B
YAML
35 lines
805 B
YAML
|
credentials:
|
||
|
useSecret: true
|
||
|
existingSecret: velero
|
||
|
|
||
|
backupsEnabled: true
|
||
|
snapshotsEnabled: true
|
||
|
|
||
|
initContainers:
|
||
|
- name: velero-plugin-for-aws
|
||
|
image: velero/velero-plugin-for-aws:v1.10.1
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
volumeMounts:
|
||
|
- mountPath: /target
|
||
|
name: plugins
|
||
|
|
||
|
configuration:
|
||
|
backupStorageLocation:
|
||
|
- name: futureporn-db-backup-dev
|
||
|
provider: aws
|
||
|
bucket: futureporn-db-backup-dev
|
||
|
default: true
|
||
|
s3ForcePathStyle: true
|
||
|
config:
|
||
|
region: us-west-000
|
||
|
s3Url: https://s3.us-west-000.backblazeb2.com
|
||
|
checksumAlgorithm: ""
|
||
|
|
||
|
volumeSnapshotLocation:
|
||
|
- name: futureporn-db-backup-dev
|
||
|
provider: aws
|
||
|
bucket: futureporn-db-backup-dev
|
||
|
s3ForcePathStyle: true
|
||
|
config:
|
||
|
region: us-west-000
|