Changed qbt directory
All checks were successful
Check with kubeconform / lint (push) Successful in 7s

This commit is contained in:
Ultradesu
2025-04-23 18:53:43 +03:00
parent 1b6d0ce1d3
commit c89fa45994
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ spec:
type: DirectoryOrCreate
- name: media
hostPath:
path: /k8s/jellyfin/media
path: /k8s/media/downloads
type: DirectoryOrCreate
containers:
- name: qbittorrent

View File

@ -15,7 +15,7 @@ persistence:
isPvc: false
customVolume:
hostPath:
path: /k8s/jellyfin/media
path: /k8s/media/downloads
type: DirectoryOrCreate
ingress:

View File

@ -5,7 +5,7 @@ volumes:
- name: downloads
hostPath:
path: /k8s/media/downloads
type: Directory
type: DirectoryOrCreate
volumeMounts:
- name: downloads