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