fp/charts/velero/values.yaml

35 lines
805 B
YAML
Raw Normal View History

2024-09-16 16:31:51 +00:00
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