k8s/infrastructure/velero/values.yaml
2026-04-02 18:11:57 +13:00

34 lines
698 B
YAML

configuration:
backupStorageLocation:
- name: default
provider: aws
bucket: test
default: true
config:
region: us-east-1
s3ForcePathStyle: true
s3Url: https://eu2.contabostorage.com
publicUrl: https://eu2.contabostorage.com
signatureVersion: v4
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