Skip to content

Commit

Permalink
mount eos atlas - and update py311 image for Zenodo latests version
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 8, 2024
1 parent 5f13bde commit 4cfda28
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit 4cfda28

Please sign in to comment.