velero/velero-values.yaml
2023-04-09 08:38:25 +02:00

28 lines
632 B
YAML

snapshotsEnabled: false
configuration:
provider: aws
backupStorageLocation:
name: default
bucket: velero-backups
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