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 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

View File

@ -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:

View File

@ -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