Skip to content

Commit 14a58db

Browse files
committed
fix anonymous resources assignment
1 parent 953f07d commit 14a58db

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

applications/jupyterhub/deploy/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ singleuser:
2323
capacity: 2Gi
2424
cpu:
2525
limit: 1
26-
guarantee: 0
26+
guarantee: 0.02
2727
memory:
2828
limit: 0.5G
2929
guarantee: 0.1G

applications/jupyterhub/deploy/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ singleuser:
5656
homeMountPath: /opt/user
5757
extraLabels: {}
5858
cpu:
59-
limit: 0.1
60-
guarantee: 0
59+
limit: 1
60+
guarantee: 0.02
6161
memory:
6262
limit: 0.5G
6363
guarantee: 0.1G

applications/jupyterlab/deploy/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ harness:
2222
2323
c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local osb.local localhost *.metacell.us *.opensourcebrain.org "}}
2424
25+
singleuser:
26+
cpu:
27+
limit: 0.1
28+
guarantee: 0.02
29+
memory:
30+
limit: 0.5G
31+
guarantee: 0.1G

applications/netpyne/deploy/values.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ harness:
1818
c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local localhost *.metacell.us *.opensourcebrain.org "}}
1919
dependencies:
2020
hard:
21-
- jupyterhub
21+
- jupyterhub
22+
singleuser:
23+
cpu:
24+
limit: 1
25+
guarantee: 0.02
26+
memory:
27+
limit: 1G
28+
guarantee: 0.5G

0 commit comments

Comments
 (0)