-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
54 lines (50 loc) · 946 Bytes
/
config.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
proxy:
secretToken: "cdc823015efcd715b435a79f467aba5ffbd56fa6caa53f0a9abee0fe361eacc9"
https:
enabled: false
service:
loadBalancerIP: 34.66.185.235
scheduling:
userScheduler:
enabled: true
podPriority:
enabled: true
userPlaceholder:
enabled: true
replicas: 3
userPods:
nodeAffinity:
matchNodePurpose: require
singleuser:
memory:
limit: 30G
guarantee: 1G
cpu:
limit: 8
guarantee: 1
image:
name: kellislab/neurogen-spring22
tag: ps3_v5
storage:
capacity: 30Gi
defaultUrl: "/lab"
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
hub:
config:
Authenticator:
admin_users:
- idan
- jin
allowed_users:
- user1
- user2
- user3
DummyAuthenticator:
password: jamboree
JupyterHub:
authenticator_class: dummy
cull:
enabled: true
timeout: 1800
every: 180