k8s/infrastructure/velero/values.yaml
2026-03-29 21:06:26 +13:00

32 lines
624 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-credentials
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.8.2
volumeMounts:
- mountPath: /target
name: plugins
deployNodeAgent: true
snapshotsEnabled: false