From 5bb28b1d5b6ceb781b69febc2d05c0742d928640 Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Mon, 11 Jul 2022 08:09:56 +0300 Subject: [PATCH] Changed mounting to downloads complete --- templates/nefarious.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/nefarious.yaml b/templates/nefarious.yaml index 866da60..7af8b25 100644 --- a/templates/nefarious.yaml +++ b/templates/nefarious.yaml @@ -32,7 +32,7 @@ spec: spec: containers: - name: nefarious - image: lardbit/nefarious:latest + image: lardbit/nefarious imagePullPolicy: Always env: - name: NEFARIOUS_USER @@ -49,11 +49,11 @@ spec: - name: REDIS_PORT value: "6379" - name: HOST_DOWNLOAD_PATH - value: "/downloads" + value: "/downloads/complete" - name: CONFIG_PATH value: "/nefarious-db" - name: INTERNAL_DOWNLOAD_PATH - value: "/downloads" + value: "/downloads/complete" volumeMounts: - name: nefarious-persistent-storage mountPath: /nefarious-db