From 4cfda28ce27b87b957e196844c088e4cd7c5292d Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 8 Oct 2024 10:47:41 +0200 Subject: [PATCH] mount eos atlas - and update py311 image for Zenodo latests version --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 31553ae..d8e3827 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -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 @@ -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: