Skip to content

Commit e20af97

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

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

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

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

29+
# Increase the resources for large tutorials
30+
resources:
31+
requests:
32+
cpu: 28
33+
memory: 96Gi
34+
2935
# # https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
3036
# scheduling:
3137
# podPriority:
@@ -61,19 +67,19 @@ singleuser:
6167
- name: init-myservice
6268
image: ghcr.io/flux-framework/flux-jupyter-init:hpcic-2024
6369
command: ["/entrypoint.sh"]
64-
volumeMounts:
65-
- name: flux-tutorial
66-
mountPath: /home/jovyan
70+
# volumeMounts:
71+
# - name: flux-tutorial
72+
# mountPath: /home/jovyan
6773

6874
# This is how we get the tutorial files added
6975
storage:
7076
type: none
7177

7278
# gitRepo volume is deprecated so we need another way
7379
# 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
80+
# extraVolumes:
81+
# - name: flux-tutorial
82+
# emptyDir: {}
83+
# extraVolumeMounts:
84+
# - name: flux-tutorial
85+
# mountPath: /home/jovyan

0 commit comments

Comments
 (0)