Skip to content

Commit

Permalink
Merge pull request #6544 from felder/felder_DH-415
Browse files Browse the repository at this point in the history
[DH-415] disable node placeholder pods
  • Loading branch information
balajialg authored Dec 20, 2024
2 parents 0600b84 + 1b8cf15 commit 13662d5
Showing 1 changed file with 16 additions and 16 deletions.
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 13662d5

Please sign in to comment.