-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvelero.yaml
74 lines (74 loc) · 1.71 KB
/
velero.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: vmware
namespace: flux-system
spec:
interval: 10m
url: https://vmware-tanzu.github.io/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: velero
namespace: flux-system
spec:
interval: 10m
chart:
spec:
chart: velero
version: 6.0.0
sourceRef:
kind: HelmRepository
name: vmware
namespace: flux-system
targetNamespace: velero
install:
createNamespace: true
values:
# does not work with juiceFS
snapshotsEnabled: false
# used for volume backups
deployNodeAgent: true
nodeAgent:
privileged: true
metrics:
enabled: false
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
configuration:
# backups pvcs
defaultVolumesToFsBackup: true
defaultBackupStorageLocation: ics
backupStorageLocation:
- name: ics
provider: aws
bucket: velero
credential:
name: velero
key: ics
config:
region: fra
s3ForcePathStyle: true
s3Url: https://object-store.fra.cloud.inovex.io
credentials:
useSecret: true
existingSecret: velero
schedules:
system:
disabled: false
schedule: "0 0 * * *"
# deletes backups when deleting this schedule
useOwnerReferencesInBackup: true
template:
storageLocation: ics
includedNamespaces:
- paperless-ngx
- danielkueffler
- fathom