From 6bb4b59c1b0a3f71b943667483860b1138d18ba3 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Thu, 22 Aug 2024 17:47:32 +0200 Subject: [PATCH] remove eos volume --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 4633420..3b3d3ec 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -152,18 +152,18 @@ spec: - name: cvmfs-vre persistentVolumeClaim: claimName: cvmfs-vre-pvc - - name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension - hostPath: - path: /eos/eulake # This is pointing to /eos/pilot/eulake/escape/data, defined on the configmap/eos-csi-dir-etc-eo + # - name: eulake-cern-eos-rse # 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 extraVolumeMounts: - name: cvmfs-vre mountPath: /cvmfs # CVMFS automount volumes must be mounted with HostToContainer mount propagation. mountPropagation: HostToContainer - - name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension - mountPath: /eos/cern-eos-rse - mountPropagation: HostToContainer - readOnly: true + # - name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension + # mountPath: /eos/cern-eos-rse + # mountPropagation: HostToContainer + # readOnly: true image: name: ghcr.io/vre-hub/vre-singleuser-py311 tag: sha-5106e39