-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathvalues.yaml
More file actions
32 lines (32 loc) · 1.01 KB
/
values.yaml
File metadata and controls
32 lines (32 loc) · 1.01 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
harness:
subdomain: netpyne
secured: true
uri_role_mapping: []
service:
auto: false
port: 80
name: proxy-public
deployment:
auto: false
jupyterhub:
args: ["--ServerApp.default_url=/geppetto", "--library=netpyne_ui", "--NotebookApp.notebook_dir=/opt/workspace", "--NotebookApp.disable_check_xsrf=True", '--NotebookApp.tornado_settings={"headers":{"Content-Security-Policy": "frame-ancestors *;"}}']
applicationHook: "osb_jupyter.change_pod_manifest"
extraConfig:
timing: |
c.Spawner.port = 8000
c.Spawner.http_timeout = 300
c.Spawner.start_timeout = 300
c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local localhost *.metacell.us *.opensourcebrain.org "}}
dependencies:
hard:
- jupyterhub
git:
- url: https://github.com/MetaCell/NetPyNE-UI.git
branch_tag: 1.1.0
singleuser:
cpu:
limit: 1
guarantee: 0.02
memory:
limit: 1G
guarantee: 0.5G