Changed mounting to downloads complete
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nefarious
|
- name: nefarious
|
||||||
image: lardbit/nefarious:latest
|
image: lardbit/nefarious
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: NEFARIOUS_USER
|
- name: NEFARIOUS_USER
|
||||||
@@ -49,11 +49,11 @@ spec:
|
|||||||
- name: REDIS_PORT
|
- name: REDIS_PORT
|
||||||
value: "6379"
|
value: "6379"
|
||||||
- name: HOST_DOWNLOAD_PATH
|
- name: HOST_DOWNLOAD_PATH
|
||||||
value: "/downloads"
|
value: "/downloads/complete"
|
||||||
- name: CONFIG_PATH
|
- name: CONFIG_PATH
|
||||||
value: "/nefarious-db"
|
value: "/nefarious-db"
|
||||||
- name: INTERNAL_DOWNLOAD_PATH
|
- name: INTERNAL_DOWNLOAD_PATH
|
||||||
value: "/downloads"
|
value: "/downloads/complete"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nefarious-persistent-storage
|
- name: nefarious-persistent-storage
|
||||||
mountPath: /nefarious-db
|
mountPath: /nefarious-db
|
||||||
|
|||||||
Reference in New Issue
Block a user