Skip to content

Commit 59610af

Browse files
committed
aws ssl config: increase hub resources for larger tutorials
1 parent 0f48be3 commit 59610af

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

2024-HPCIC-AWS/JupyterNotebook/aws/config-aws-ssl.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ hub:
2626
tag: "hpcic-2024"
2727
pullPolicy: Always
2828

29+
# Increase the resources for large tutorials
30+
resources:
31+
requests:
32+
cpu: 24
33+
memory: 64Gi
34+
limits:
35+
cpu: 30
36+
memory: 96Gi
37+
2938
# # https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
3039
# scheduling:
3140
# podPriority:
@@ -61,19 +70,19 @@ singleuser:
6170
- name: init-myservice
6271
image: ghcr.io/flux-framework/flux-jupyter-init:hpcic-2024
6372
command: ["/entrypoint.sh"]
64-
volumeMounts:
65-
- name: flux-tutorial
66-
mountPath: /home/jovyan
73+
# volumeMounts:
74+
# - name: flux-tutorial
75+
# mountPath: /home/jovyan
6776

6877
# This is how we get the tutorial files added
6978
storage:
7079
type: none
7180

7281
# gitRepo volume is deprecated so we need another way
7382
# https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo
74-
extraVolumes:
75-
- name: flux-tutorial
76-
emptyDir: {}
77-
extraVolumeMounts:
78-
- name: flux-tutorial
79-
mountPath: /home/jovyan
83+
# extraVolumes:
84+
# - name: flux-tutorial
85+
# emptyDir: {}
86+
# extraVolumeMounts:
87+
# - name: flux-tutorial
88+
# mountPath: /home/jovyan

0 commit comments

Comments
 (0)