28 lines
633 B
YAML
28 lines
633 B
YAML
snapshotsEnabled: false
|
|
configuration:
|
|
provider: aws
|
|
backupStorageLocation:
|
|
name: default
|
|
bucket: longhornbackups
|
|
config:
|
|
s3Url: http://<adresse_ip_du_serveur_sr>:9000/
|
|
s3ForcePathStyle: true
|
|
region: ch-nyon
|
|
credentials:
|
|
existingSecret: velero-secret
|
|
schedules:
|
|
globalbackup:
|
|
disabled: false
|
|
schedule: "0 0,6,12,18 * * *" # each 6 hours
|
|
template:
|
|
ttl: "168h" # 7 days
|
|
metrics:
|
|
serviceMonitor:
|
|
enabled: false
|
|
initContainers:
|
|
- name: velero-plugin-for-aws
|
|
image: velero/velero-plugin-for-aws:v1.5.0
|
|
volumeMounts:
|
|
- mountPath: /target
|
|
name: plugins
|