-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalues.yaml
More file actions
300 lines (214 loc) · 5.25 KB
/
values.yaml
File metadata and controls
300 lines (214 loc) · 5.25 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
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: false
name:
storageClass: null
ingress:
enabled: true
host: localhost
annotations: {}
# Overwrite the ingress port if not 80 / 443
port: null
tls:
enabled: false
secretName: villas-tls
web:
enabled: true
mode: release
title: VILLASweb
sub_title: ""
contact:
name: Steffen Vogel
mail: post@steffenvogel.de
metrics:
enabled: true
rancherURL: rancher.k8s.eonerc.rwth-aachen.de
k8sCluster: local
extraConfig: {}
# Mapping of external groups to list of scenario IDs
groups:
project@slew-fantasygroup:
- scenario: 1
duplicate: false
- scenario: 2
- scenario: 5
auth:
logout_url: /oauth2/sign_out?rd=https%3A%2F%2Fjupyter.k8s.eonerc.rwth-aachen.de%2Fhub%2Flogout
admin:
username: admin
mail: admin@example.com
# password: changeme
external:
enabled: false
client_id: villas
client_secret: "Ho0Zeilahxoh3Cae0ao9rieHooL1oonah0nash6aiNae7phaiceeCoo9Eesh6tei"
cookie_secret: "ohth8iin6QuiequeGu5tiengizip4eid"
# email_domains:
# - "*"
# allowed_groups:
# - student
provider: jupyterhub
provider_name: JupyterHub
login_url: https://jupyter.k8s.eonerc.rwth-aachen.de/hub/api/oauth2/authorize
redeem_url: https://jupyter.k8s.eonerc.rwth-aachen.de/hub/api/oauth2/token
validate_url: https://jupyter.k8s.eonerc.rwth-aachen.de/hub/api/oauth2/validate
backend:
enabled: true
image: registry.git.rwth-aachen.de/acs/public/villas/web-backend:latest
frontend:
enabled: true
image: registry.git.rwth-aachen.de/acs/public/villas/web:latest
replicas: 2
proxy:
image: quay.io/oauth2-proxy/oauth2-proxy
extraEnv:
OAUTH2_PROXY_JUPYTERHUB_URL: https://jupyter.k8s.eonerc.rwth-aachen.de
node:
enabled: true
image: registry.git.rwth-aachen.de/acs/public/villas/node:latest
uuid: null # Autogenerate UUID
# One of: trace, debug, info, warning, error, critical, off
logLevel: info
portOffset: 12000
portCount: 10
persistence:
enabled: true
size: 1Gi
extraConfig:
hugepages: 0
http:
port: 8080
logging:
level: info
nodes:
sig:
type: signal
signal: mixed
values: 5
rate: 20
lo:
type: loopback
ws_sig:
type: websocket
in:
signals: []
hooks:
- type: stats
buckets: 25
warmup: 100
verbose: true
format: json
webrtc_sig:
type: webrtc
server: wss://villas.k8s.eonerc.rwth-aachen.de/ws/signaling
session: signal-demo
ws_lo:
type: websocket
in:
signals:
- name: Loopback
type: float
hooks:
- type: stats
buckets: 25
warmup: 100
verbose: true
format: json
paths:
- in: sig
out:
- ws_sig
- webrtc_sig
- in: ws_lo
out: lo
- in: lo
out: ws_lo
extraNodes: {}
extraPaths: []
signaling:
enabled: true
image: registry.git.rwth-aachen.de/acs/public/villas/signaling:latest
relays:
- "stun:stun.0l.de"
relay:
enabled: true
uuid: null # Autogenerate UUID
# One of: trace, debug, info, warning, error, critical, off
logLevel: info
loopback: false
image: registry.git.rwth-aachen.de/acs/public/villas/node:latest
controller:
enabled: true
uuid: null # Autogenerate UUID
# One of critical, error, warning, info, debug
logLevel: info
image: registry.git.rwth-aachen.de/acs/public/villas/controller:latest
kubernetes:
enabled: true
rbac:
enabled: true
namespace: null # Default to "{{ .Release.Namespace }}-controller"
uuid: null # Autogenerate UUID
rancherURL: https://rancher.k8s.eonerc.rwth-aachen.de
clusterName: local
extraComponents: []
extraConfig: {}
database:
image:
tag: 14.5-bullseye
# Set to false for using an external broker
# If so, provide the connection details in broker.external
enabled: true
# external:
# hostname: postgresql.postgresql
# name: villas
# username: villas
# password: XXXX
auth:
username: villas
database: villas
password: changeme
broker:
# Set to false for using an external broker
# If so, provide the connection details in broker.external
enabled: true
# external:
# hostname: broker.villas-demo
# username: admin
# password: changeme
extraPlugins: rabbitmq_mqtt
extraConfiguration: |
management.path_prefix = /broker
service:
extraPorts:
- name: mqtt
port: 1883
targetPort: mqtt
auth:
username: villas
# password: changeme
# erlangCookie: Uy2RmPBj66F7fTZ8Bx66eKb1xOOoZTyv
s3:
enabled: true
bucket: villas-web
defaultBuckets: villas-web
external:
enabled: false
access_key: changeme
secret_key: changeme
endpoint: minio.minio
nossl: true
pathstyle: true
auth:
rootUser: changeme
rootPassword: changeme
resources:
requests:
# default is 4Gi which is to big for most dev machines...
memory: 1Gi
pintura:
enabled: true
replicas: 1
image: sogno/pintura:latest