We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19d93a commit 8496995Copy full SHA for 8496995
1 file changed
k8s/cf_values.yaml
@@ -9,23 +9,12 @@ hub:
9
memory: 128Mi
10
namedServerLimitPerUser: 2
11
shutdownOnLogout: true
12
-
13
extraConfig:
14
timing: |
15
16
- c.Spawner.port = 8000
17
- c.Spawner.http_timeout = 300
18
- c.Spawner.start_timeout = 300
19
c.Spawner.notebook_dir = '/home/jovyan/work/NetPyNE-UI'
20
c.Spawner.default_url = '/geppetto'
21
- c.Spawner.debug = True
22
spawner: >-
23
- c.Spawner.args = ["--library=netpyne_ui", "--ServerApp.disable_check_xsrf=True"]
24
-scheduling:
25
- userScheduler:
26
- replicas: 1
27
28
+ c.Spawner.args = ["--library=netpyne_ui"]
29
singleuser:
30
storage:
31
type: none
0 commit comments