k8s/infrastructure/velero/values.yaml

33 lines
669 B
YAML
Raw Permalink Normal View History

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:57:44 +00:00
s3Url: https://eu2.contabostorage.com
2026-04-02 05:11:57 +00:00
publicUrl: https://eu2.contabostorage.com
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