From ce69323d0f1dd05eebba0f036c88b67e97bb2c72 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 21:56:17 -0500 Subject: [PATCH] feat: use only MIA --- .../cl01tl/helm/foldergram/templates/persistent-volume.yaml | 2 +- clusters/cl01tl/helm/foldergram/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1