diff --git a/clusters/cl01tl/helm/foldergram/templates/persistent-volume.yaml b/clusters/cl01tl/helm/foldergram/templates/persistent-volume.yaml index 7aab31dbc..185b9aa3d 100644 --- a/clusters/cl01tl/helm/foldergram/templates/persistent-volume.yaml +++ b/clusters/cl01tl/helm/foldergram/templates/persistent-volume.yaml @@ -14,7 +14,7 @@ spec: accessModes: - ReadWriteMany nfs: - path: /volume2/Storage/Pictures/Collections + path: '/volume2/Storage/Pictures/Collections/Minneapolis Institute of Art' server: synologybond.alexlebens.net mountOptions: - vers=4 diff --git a/clusters/cl01tl/helm/foldergram/values.yaml b/clusters/cl01tl/helm/foldergram/values.yaml index 0ced43413..0b3e64cbe 100644 --- a/clusters/cl01tl/helm/foldergram/values.yaml +++ b/clusters/cl01tl/helm/foldergram/values.yaml @@ -17,7 +17,7 @@ foldergram: - name: IMAGE_DETAIL_SOURCE value: original - name: DERIVATIVE_MODE - value: eager + value: lazy - name: DATA_ROOT value: ./data - name: GALLERY_ROOT