Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 6544, 6548 and 6553 to prod #6554

Merged
merged 8 commits into from
Dec 21, 2024
4 changes: 2 additions & 2 deletions deployments/a11y/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jupyterhub:
subPath: _shared
readOnly: true
memory:
guarantee: 5G
limit: 5G
guarantee: 8G
limit: 8G
2 changes: 1 addition & 1 deletion deployments/a11y/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:56488626d322
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:88cc27e0b9f4

cluster:
provider: gcloud
Expand Down
32 changes: 16 additions & 16 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,63 +79,63 @@ nodePools:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
biology:
nodeSelector:
hub.jupyter.org/pool-name: biology-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
cee:
nodeSelector:
hub.jupyter.org/pool-name: cee-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
data100:
nodeSelector:
hub.jupyter.org/pool-name: data100-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 207314055168
replicas: 1
replicas: 0
data101:
nodeSelector:
hub.jupyter.org/pool-name: data101-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
data102:
nodeSelector:
hub.jupyter.org/pool-name: data102-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
data8:
nodeSelector:
hub.jupyter.org/pool-name: data8-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
datahub:
nodeSelector:
hub.jupyter.org/pool-name: datahub-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 2
replicas: 0
dev:
nodeSelector:
hub.jupyter.org/pool-name: dev-pool
Expand All @@ -151,23 +151,23 @@ nodePools:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
eecs:
nodeSelector:
hub.jupyter.org/pool-name: eecs-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
ischool:
nodeSelector:
hub.jupyter.org/pool-name: ischool-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
julia:
nodeSelector:
hub.jupyter.org/pool-name: julia-pool
Expand All @@ -183,15 +183,15 @@ nodePools:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
publichealth:
nodeSelector:
hub.jupyter.org/pool-name: publichealth-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
stat159:
nodeSelector:
hub.jupyter.org/pool-name: stat159-pool
Expand All @@ -207,20 +207,20 @@ nodePools:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
r:
nodeSelector:
hub.jupyter.org/pool-name: r-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
small-courses:
nodeSelector:
hub.jupyter.org/pool-name: small-courses-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
replicas: 0
Loading