Changed qbt directory
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
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