forked from ab/homelab
Changed qbt directory
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
|||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
- name: media
|
- name: media
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /k8s/jellyfin/media
|
path: /k8s/media/downloads
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
containers:
|
containers:
|
||||||
- name: qbittorrent
|
- name: qbittorrent
|
||||||
|
@@ -15,7 +15,7 @@ persistence:
|
|||||||
isPvc: false
|
isPvc: false
|
||||||
customVolume:
|
customVolume:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /k8s/jellyfin/media
|
path: /k8s/media/downloads
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
@@ -5,7 +5,7 @@ volumes:
|
|||||||
- name: downloads
|
- name: downloads
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /k8s/media/downloads
|
path: /k8s/media/downloads
|
||||||
type: Directory
|
type: DirectoryOrCreate
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: downloads
|
- name: downloads
|
||||||
|
Reference in New Issue
Block a user