diff --git a/applications/jupyterhub/deploy/values-prod.yaml b/applications/jupyterhub/deploy/values-prod.yaml index 66883a65..11e18b30 100644 --- a/applications/jupyterhub/deploy/values-prod.yaml +++ b/applications/jupyterhub/deploy/values-prod.yaml @@ -23,7 +23,7 @@ singleuser: capacity: 2Gi cpu: limit: 1 - guarantee: 0 + guarantee: 0.02 memory: limit: 0.5G guarantee: 0.1G diff --git a/applications/jupyterhub/deploy/values.yaml b/applications/jupyterhub/deploy/values.yaml index 27f7df97..08dd72d1 100755 --- a/applications/jupyterhub/deploy/values.yaml +++ b/applications/jupyterhub/deploy/values.yaml @@ -56,8 +56,8 @@ singleuser: homeMountPath: /opt/user extraLabels: {} cpu: - limit: 0.1 - guarantee: 0 + limit: 1 + guarantee: 0.02 memory: limit: 0.5G guarantee: 0.1G diff --git a/applications/jupyterlab/deploy/values.yaml b/applications/jupyterlab/deploy/values.yaml index 838cbce4..20f1675c 100755 --- a/applications/jupyterlab/deploy/values.yaml +++ b/applications/jupyterlab/deploy/values.yaml @@ -22,3 +22,10 @@ harness: c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local osb.local localhost *.metacell.us *.opensourcebrain.org "}} +singleuser: + cpu: + limit: 0.1 + guarantee: 0.02 + memory: + limit: 0.5G + guarantee: 0.1G \ No newline at end of file diff --git a/applications/netpyne/deploy/values.yaml b/applications/netpyne/deploy/values.yaml index de881486..ed042613 100644 --- a/applications/netpyne/deploy/values.yaml +++ b/applications/netpyne/deploy/values.yaml @@ -18,4 +18,11 @@ harness: c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local localhost *.metacell.us *.opensourcebrain.org "}} dependencies: hard: - - jupyterhub \ No newline at end of file + - jupyterhub +singleuser: + cpu: + limit: 1 + guarantee: 0.02 + memory: + limit: 1G + guarantee: 0.5G \ No newline at end of file