From aa16044cc65694da44c5ef7c424db56ed3bb9729 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 21 Mar 2026 21:16:00 +1100 Subject: [PATCH] Uploads --- k8s/manifest.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 43d9170..41ce996 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -95,6 +95,9 @@ spec: - name: data persistentVolumeClaim: claimName: links-local-pvc + - name: uploads + persistentVolumeClaim: + claimName: uploads-nfs-apps - name: cache emptyDir: {} initContainers: @@ -117,9 +120,13 @@ spec: mountPath: /app/.cache - name: downloads mountPath: /images + - name: uploads + mountPath: /uploads env: - name : DEBUG value: "false" + - name: FILE_UPLOADS_FOLDER + value: "/uploads" - name: R2_CUSTOM_DOMAIN value: home-links-prod.junv.cc - name: DB_HOST