Skip to content

Commit 8496995

Browse files
committed
Deployment fixes
1 parent a19d93a commit 8496995

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

k8s/cf_values.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,12 @@ hub:
99
memory: 128Mi
1010
namedServerLimitPerUser: 2
1111
shutdownOnLogout: true
12-
1312
extraConfig:
1413
timing: |
15-
16-
c.Spawner.port = 8000
17-
c.Spawner.http_timeout = 300
18-
c.Spawner.start_timeout = 300
1914
c.Spawner.notebook_dir = '/home/jovyan/work/NetPyNE-UI'
2015
c.Spawner.default_url = '/geppetto'
21-
c.Spawner.debug = True
2216
spawner: >-
23-
c.Spawner.args = ["--library=netpyne_ui", "--ServerApp.disable_check_xsrf=True"]
24-
scheduling:
25-
userScheduler:
26-
replicas: 1
27-
28-
17+
c.Spawner.args = ["--library=netpyne_ui"]
2918
singleuser:
3019
storage:
3120
type: none

0 commit comments

Comments
 (0)