Skip to content

Commit

Permalink
fix anonymous resources assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Apr 26, 2024
1 parent 953f07d commit 14a58db
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/jupyterhub/deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ singleuser:
capacity: 2Gi
cpu:
limit: 1
guarantee: 0
guarantee: 0.02
memory:
limit: 0.5G
guarantee: 0.1G
Expand Down
4 changes: 2 additions & 2 deletions applications/jupyterhub/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions applications/jupyterlab/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 8 additions & 1 deletion applications/netpyne/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- jupyterhub
singleuser:
cpu:
limit: 1
guarantee: 0.02
memory:
limit: 1G
guarantee: 0.5G

0 comments on commit 14a58db

Please sign in to comment.