Skip to content

Commit

Permalink
aws ssl config: increase hub resources for larger tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Aug 29, 2024
1 parent 0f48be3 commit bf9dab2
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions 2024-HPCIC-AWS/JupyterNotebook/aws/config-aws-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hub:
concurrentSpawnLimit: 128
config:
DummyAuthenticator:
password: butter
password: flux-is-gr8-HPCIC-2024!
JupyterHub:
admin_access: true
authenticator_class: dummy
Expand All @@ -26,6 +26,15 @@ hub:
tag: "hpcic-2024"
pullPolicy: Always

# Increase the resources for large tutorials
resources:
requests:
cpu: 24
memory: 64Gi
limits:
cpu: 30
memory: 96Gi

# # https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
# scheduling:
# podPriority:
Expand Down Expand Up @@ -61,19 +70,19 @@ singleuser:
- name: init-myservice
image: ghcr.io/flux-framework/flux-jupyter-init:hpcic-2024
command: ["/entrypoint.sh"]
volumeMounts:
- name: flux-tutorial
mountPath: /home/jovyan
# volumeMounts:
# - name: flux-tutorial
# mountPath: /home/jovyan

# This is how we get the tutorial files added
storage:
type: none

# gitRepo volume is deprecated so we need another way
# https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo
extraVolumes:
- name: flux-tutorial
emptyDir: {}
extraVolumeMounts:
- name: flux-tutorial
mountPath: /home/jovyan
# extraVolumes:
# - name: flux-tutorial
# emptyDir: {}
# extraVolumeMounts:
# - name: flux-tutorial
# mountPath: /home/jovyan

0 comments on commit bf9dab2

Please sign in to comment.