Skip to content

Commit

Permalink
Merge pull request #6197 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 6192/6194 to prod
  • Loading branch information
shaneknapp authored Sep 18, 2024
2 parents b144925 + 35227e1 commit 98c261a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jupyterhub:
image:
tag: 4.6.2
extraCommandLineFlags:
# set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
# set the timeout and proxyTimeout to 5 seconds
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
# - "--timeout=86400000"
# - "--proxy-timeout=86400000"
- "--timeout=5000"
- "--proxy-timeout=5000"
resources:
requests:
# FIXME: We want no guarantees here!!!
Expand Down
8 changes: 8 additions & 0 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ nodePools:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
julia:
nodeSelector:
hub.jupyter.org/pool-name: julia-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 0
nature:
nodeSelector:
hub.jupyter.org/pool-name: nature-pool
Expand Down

0 comments on commit 98c261a

Please sign in to comment.