From 46efaaa5df89fc4cb76ef4e4d03fdf50f4318b5f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 17 Jan 2025 16:32:10 -0600 Subject: [PATCH] change path --- clusters/cl01tl/applications/photoview/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/photoview/values.yaml b/clusters/cl01tl/applications/photoview/values.yaml index 4b0ffb5cf..9eb3fb14d 100644 --- a/clusters/cl01tl/applications/photoview/values.yaml +++ b/clusters/cl01tl/applications/photoview/values.yaml @@ -19,6 +19,8 @@ photoview: secretKeyRef: name: photoview-postgresql-17-cluster-app key: uri + - name: PHOTOVIEW_MEDIA_CACHE + value: /app/cache - name: PHOTOVIEW_VIDEO_HARDWARE_ACCELERATION value: qsv resources: @@ -69,7 +71,7 @@ photoview: advancedMounts: main: main: - - path: /home/photoview/media-cache + - path: /app/cache readOnly: false postgres-17-cluster: mode: standalone