File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
2024-HPCIC-AWS/JupyterNotebook/aws Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 26
26
tag : " hpcic-2024"
27
27
pullPolicy : Always
28
28
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
+
29
38
# # https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
30
39
# scheduling:
31
40
# podPriority:
@@ -61,19 +70,19 @@ singleuser:
61
70
- name : init-myservice
62
71
image : ghcr.io/flux-framework/flux-jupyter-init:hpcic-2024
63
72
command : ["/entrypoint.sh"]
64
- volumeMounts :
65
- - name : flux-tutorial
66
- mountPath : /home/jovyan
73
+ # volumeMounts:
74
+ # - name: flux-tutorial
75
+ # mountPath: /home/jovyan
67
76
68
77
# This is how we get the tutorial files added
69
78
storage :
70
79
type : none
71
80
72
81
# gitRepo volume is deprecated so we need another way
73
82
# 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
You can’t perform that action at this time.
0 commit comments