-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
217 lines (205 loc) · 4.29 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
common:
config:
protocol: "https:"
hostname: feedback.example.org
port: 443
core:
enabled: true
image:
registry: docker.io
name: thmmniii/fbs-core
tag: ""
pullPolicy: "IfNotPresent"
volumes:
config:
size: "8G"
mode: "ReadWriteOnce"
uploadDir:
size: "16G"
mode: "ReadWriteOnce"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "250Mi"
limit: "4Gi"
config:
jwtSecret: "2edb8793d987389e1626918e0ec1dbee" # CHANGE ME
ldap:
enabled: false
allowLogin: false
baseDn: ""
url: ""
startTls: true
filter: "(uid={user})"
timeout: 5000
bind:
enabled: false
dn: ""
password: ""
attributeNames:
uid: "uid"
sn: "sn"
name: "givenName"
mail: "mail"
digitalClassroom: # Overwritten if digitalClassroom.enabled
url: "https://bbb.feedback.example.org"
secret: "1234"
antiBruteForce:
trustedProxyCount: 0
interval: 600
maxAttempts: 10
allowList: []
sqlPlaygroundShare:
publicHost: "127.0.0.1"
publicPort: 4321
id:
salt: "fbs-helm-chart-salt" # Change me if you want different ids
ingressRoute:
enabled: false
runner:
enabled: true
image:
registry: docker.io
name: thmmniii/fbs-runner
tag: ""
pullPolicy: "IfNotPresent"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "250Mi"
limit: "4Gi"
config:
hmacSecret: fbs # CHANGE ME
debug:
disableContainerRemoval: false
sqlChecker:
enabled: true
image: "thmmniii/fbs-sql-checker:latest"
bashChecker:
image: "thmmniii/fbs-runtime-bash:latest"
dink:
image:
registry: docker.io
name: library/docker
tag: "20.10.21-dind"
pullPolicy: "IfNotPresent"
volumes:
images:
size: "16G"
mode: "ReadWriteOnce"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "100Mi"
limit: "4Gi"
digitalClassroom:
enabled: false
image:
registry: ghcr.io
name: thm-mni-ii/digital-classroom
tag: "v1.0.1"
pullPolicy: "IfNotPresent"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "250Mi"
limit: "4Gi"
config:
jwtSecret: "2edb8793d987389e1626918e0ec1dbee" # CHANGE ME
secret: "1f2a08f5dbd81580a6fb0f645dce3737" # CHANGE ME
path: "/digitalclassroom"
bbb:
url: "https://bbb.example.org"
secret: "1234"
eat:
enabled: false
image:
registry: docker.io
name: thmmniii/fbs-eat
tag: ""
pullPolicy: "IfNotPresent"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "250Mi"
limit: "4Gi"
config:
sessionSecret: fbs # CHANGE ME
ingressRoute:
enabled: false
collab:
enabled: true
image:
registry: docker.io
name: thmmniii/fbs-collab
tag: ""
pullPolicy: "IfNotPresent"
resources:
cpu:
request: 0.1
limit: 2
memory:
request: "50Mi"
limit: "1Gi"
ingressRoute:
enabled: false
mysql:
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
rootPassword: root # CHANGE ME
createDatabase: true
primary:
existingConfigmap: '{{ .Release.Name }}-mysql-config'
runnerMysql:
nameOverride: runner-mysql
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
rootPassword: root # CHANGE ME
primary:
existingConfigmap: '{{ .Release.Name }}-mysql-config'
runnerPostgres:
nameOverride: runner-postgres
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
postgresPassword: root # CHANGE ME
runnerPlaygroundPostgres:
nameOverride: runner-playground-postgres
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
postgresPassword: root # CHANGE ME
playgroundSharePostgres:
nameOverride: playground-share-postgres
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
postgresPassword: root # CHANGE ME
checkerMongodb:
nameOverride: checker-mongodb
useStatefulSet: true
auth:
database: fbs
username: fbs
password: fbs # CHANGE ME
rootPassword: root # CHANGE ME
minio:
auth:
rootPassword: fbs-12345678 # CHANGE ME