Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount eos atlas - and update py311 image for Zenodo latests version #288

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ spec:
- name: eospilot-eulake # mounts the EOS RSE needed for the Rucio JupiterLab extension
hostPath:
path: /var/eos/eulake # This is pointing to /eos/pilot/eulake/escape/data, defined on the configmap/eos-csi-dir-etc-eo
- name: eos-atlas
hostPath:
path: /var/eos/atlas
extraVolumeMounts:
- name: cvmfs-vre
mountPath: /cvmfs
Expand All @@ -164,9 +167,13 @@ spec:
mountPath: /eos/eulake/escape/data
mountPropagation: HostToContainer
readOnly: true
- name: eos-atlas
mountPath: /eos/atlas
mountPropagation: HostToContainer
readOnly: true
image:
name: ghcr.io/vre-hub/vre-singleuser-py311
tag: sha-5106e39
tag: sha-5bd80fc
pullPolicy: Always

# nodeSelector:
Expand Down