Skip to content

Commit

Permalink
Merge pull request #6554 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
Merge 6544, 6548 and 6553 to prod
  • Loading branch information
balajialg authored Dec 21, 2024
2 parents 9f995c6 + 13662d5 commit 07c70b5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
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

0 comments on commit 07c70b5

Please sign in to comment.