Skip to content

Commit

Permalink
Merge pull request #6169 from shaneknapp/bump-chp-ram-limit
Browse files Browse the repository at this point in the history
[DH-3] bumping chp ram again
  • Loading branch information
felder authored Sep 12, 2024
2 parents b088e33 + 0518661 commit d5a345a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jupyterhub:
chp:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
resources:
requests:
# FIXME: We want no guarantees here!!!
# This is lowest possible value
cpu: 0.001
memory: 3Gi
limits:
memory: 3Gi

hub:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
Expand Down
9 changes: 9 additions & 0 deletions deployments/data8/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jupyterhub:
chp:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
resources:
requests:
# FIXME: We want no guarantees here!!!
# This is lowest possible value
cpu: 0.001
memory: 3Gi
limits:
memory: 3Gi

traefik:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
Expand Down
9 changes: 9 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ jupyterhub:
chp:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
resources:
requests:
# FIXME: We want no guarantees here!!!
# This is lowest possible value
cpu: 0.001
memory: 3Gi
limits:
memory: 3Gi

singleuser:
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: Iv23ct7Qx1mAotaIIYx9
Expand Down

0 comments on commit d5a345a

Please sign in to comment.