From 968cf3665573db92bc27d9fa983137a391f573f5 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Feb 2024 14:35:27 +0100 Subject: [PATCH] apps(lychee): Fix volume mounts --- apps/lychee/app/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index 2ddc47e..52ff826 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -19,7 +19,7 @@ spec: - image: lycheeorg/lychee:v5.1.2 name: lychee volumeMounts: - - name: lychee-files + - name: lychee-uploads mountPath: "/lychee/uploads" - name: lychee-config mountPath: "/lychee/conf"