Skip to content

Commit

Permalink
Merge pull request #5713 from shaneknapp/replicas-to-zero
Browse files Browse the repository at this point in the history
[DH-284] set replicas to zero
  • Loading branch information
shaneknapp committed May 13, 2024
2 parents e2672a8 + db5ee47 commit ce8744e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions node-placeholder/values.yaml
Expand Up @@ -78,15 +78,15 @@ 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
Expand All @@ -102,31 +102,31 @@ nodePools:
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
Expand All @@ -142,15 +142,15 @@ 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
Expand All @@ -166,7 +166,7 @@ nodePools:
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 @@ -182,20 +182,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 ce8744e

Please sign in to comment.