Changed mounting to downloads complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user