Skip to content

Commit

Permalink
FIX: add jupyter dependency prefix in values to be picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Aug 13, 2023
1 parent b8a75db commit 9ecc909
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
35 changes: 18 additions & 17 deletions jupyter-deus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
image:
repository: nickbrown1/jupyter-pytorch-gpu
pullPolicy: IfNotPresent
tag: "5034811708"
jupyter:
image:
repository: nickbrown1/jupyter-pytorch-gpu
pullPolicy: IfNotPresent
tag: "5034811708"

service:
type: NodePort
port: 8888
nodePort: 30101
service:
type: NodePort
port: 8888
nodePort: 30101

resources:
limits:
memory: 32Gi
nvidia.com/gpu: 2
requests:
memory: 8Gi
cpu: 12
resources:
limits:
memory: 32Gi
nvidia.com/gpu: 2
requests:
memory: 8Gi
cpu: 12

nodeSelector:
nvidia.com/gpu.product: "NVIDIA-GeForce-RTX-3080-Ti"
nodeSelector:
nvidia.com/gpu.product: "NVIDIA-GeForce-RTX-3080-Ti"
36 changes: 18 additions & 18 deletions jupyter-ex/values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
jupyter:
image:
repository: nickbrown1/jupyter-pytorch-gpu
pullPolicy: IfNotPresent
tag: "5034811708"

image:
repository: nickbrown1/jupyter-pytorch-gpu
pullPolicy: IfNotPresent
tag: "5034811708"
service:
type: NodePort
port: 8888
nodePort: 30100

service:
type: NodePort
port: 8888
nodePort: 30100
resources:
limits:
memory: 32Gi
nvidia.com/gpu: 2
requests:
memory: 8Gi
cpu: 12

resources:
limits:
memory: 32Gi
nvidia.com/gpu: 2
requests:
memory: 8Gi
cpu: 12

nodeSelector:
nvidia.com/gpu.product: "NVIDIA-GeForce-RTX-4090"
nodeSelector:
nvidia.com/gpu.product: "NVIDIA-GeForce-RTX-4090"

0 comments on commit 9ecc909

Please sign in to comment.