-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkustomization.yaml
More file actions
81 lines (77 loc) · 1.84 KB
/
Copy pathkustomization.yaml
File metadata and controls
81 lines (77 loc) · 1.84 KB
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
75
76
77
78
79
80
81
---
helmCharts:
- name: longhorn
repo: https://charts.longhorn.io
version: 1.12.0
releaseName: longhorn
namespace: longhorn
valuesInline:
defaultSettings:
backupTarget: s3://k3s-at-home-01@eu-central-2/
backupTargetCredentialSecret: wasabi-secret
orphanAutoDeletion: true
removeSnapshotsDuringFilesystemTrim: true
nodeDownPodDeletionPolicy: delete-both-statefulset-and-deployment-pod
longhornUI:
replicas: 1
longhornConversionWebhook:
replicas: 1
longhornAdmissionWebhook:
replicas: 1
longhornRecoveryBackend:
replicas: 1
persistence:
reclaimPolicy: Retain
preUpgradeChecker:
jobEnabled: false
resources:
- namespace.yaml
commonAnnotations:
argocd.argoproj.io/sync-wave: "15"
patches:
- target:
version: v1
kind: ConfigMap
name: longhorn-storageclass
patch: |-
apiVersion: v1
kind: ConfigMap
metadata:
name: longhorn-storageclass
annotations:
storageclass.kubernetes.io/is-default-class: "true"
- target:
version: v1
kind: DaemonSet
name: longhorn-manager
patch: |-
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: longhorn-manager
spec:
revisionHistoryLimit: 2
- target:
version: v1
kind: Deployment
name: longhorn-driver-deployer
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: longhorn-driver-deployer
spec:
revisionHistoryLimit: 2
- target:
version: v1
kind: Deployment
name: longhorn-ui
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: longhorn-ui
spec:
revisionHistoryLimit: 2
generators:
- kustomize-secret-generator.yaml