forked from piraeusdatastore/piraeus-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
103 lines (103 loc) · 3.74 KB
/
values.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
global:
imagePullPolicy: IfNotPresent # empty pull policy means k8s default is used ("always" if tag == ":latest", "ifnotpresent" else)
setSecurityContext: true # Force non-privileged containers to run as non-root users
# Dependency charts
etcd:
enabled: true
persistentVolume:
enabled: true
storage: 1Gi
replicas: 1 # How many instances of etcd will be added to the initial cluster.
resources: {} # resource requirements for etcd containers
image:
repository: gcr.io/etcd-development/etcd
tag: v3.4.15
stork:
enabled: false
storkImage: docker.io/openstorage/stork:2.8.2
schedulerImage: k8s.gcr.io/kube-scheduler-amd64
schedulerTag: ""
replicas: 1
storkResources: {} # resources requirements for the stork plugin containers
schedulerResources: {} # resource requirements for the kube-scheduler containers
podsecuritycontext: {}
csi:
enabled: true
pluginImage: quay.io/piraeusdatastore/piraeus-csi:v0.18.0
csiAttacherImage: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
csiLivenessProbeImage: k8s.gcr.io/sig-storage/livenessprobe:v2.5.0
csiNodeDriverRegistrarImage: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0
csiProvisionerImage: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
csiSnapshotterImage: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
csiResizerImage: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
csiAttacherWorkerThreads: 10
csiProvisionerWorkerThreads: 10
csiSnapshotterWorkerThreads: 10
csiResizerWorkerThreads: 10
controllerReplicas: 1
nodeAffinity: {}
nodeTolerations: []
controllerAffinity: {}
controllerTolerations: []
enableTopology: true
resources: {}
kubeletPath: /var/lib/kubelet
priorityClassName: ""
drbdRepoCred: "" # <- Specify the kubernetes secret name here
linstorSslMethod: "manual" # <- If set to 'helm' or 'cert-manager' the certificates will be generated automatically
linstorHttpsMethod: "manual" # <- If set to 'helm' or 'cert-manager' the certificates will be generated automatically
linstorHttpsControllerSecret: "" # <- name of secret containing linstor server certificates+key. See docs/security.md
linstorHttpsClientSecret: "" # <- name of secret containing linstor client certificates+key. See docs/security.md
controllerEndpoint: "" # <- override to the generated controller endpoint. use if controller is not deployed via operator
psp:
privilegedRole: ""
unprivilegedRole: ""
operator:
replicas: 1 # <- number of replicas for the operator deployment
image: quay.io/piraeusdatastore/piraeus-operator:latest
affinity: {}
tolerations: []
resources: {}
podsecuritycontext: {}
controller:
enabled: true
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.18.0
dbConnectionURL: ""
luksSecret: ""
dbCertSecret: ""
dbUseClientCert: false
sslSecret: ""
affinity: {}
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
resources: {}
replicas: 1
additionalEnv: []
additionalProperties: {}
satelliteSet:
enabled: true
satelliteImage: quay.io/piraeusdatastore/piraeus-server:v1.18.0
storagePools: {}
sslSecret: ""
automaticStorageType: None
affinity: {}
tolerations: []
resources: {}
monitoringImage: quay.io/piraeusdatastore/drbd-reactor:v0.5.3
kernelModuleInjectionImage: quay.io/piraeusdatastore/drbd9-bionic:v9.1.6
kernelModuleInjectionMode: Compile
kernelModuleInjectionAdditionalSourceDirectory: ""
kernelModuleInjectionResources: {}
additionalEnv: []
haController:
enabled: true
image: quay.io/piraeusdatastore/piraeus-ha-controller:v0.3.0
affinity: {}
tolerations: []
resources: {}
replicas: 1