fix(jellyfin): remove unnecessary volumes
This commit is contained in:
parent
c9a7d88509
commit
e3ab11f613
|
@ -62,20 +62,6 @@ spec:
|
||||||
hostPath: /mnt/MainPool/Media/Media
|
hostPath: /mnt/MainPool/Media/Media
|
||||||
mountPath: /storage/Media
|
mountPath: /storage/Media
|
||||||
|
|
||||||
cache:
|
|
||||||
enabled: true
|
|
||||||
type: pvc
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 8Gi
|
|
||||||
mountPath: /cache
|
|
||||||
|
|
||||||
transcodes:
|
|
||||||
enabled: true
|
|
||||||
type: pvc
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 24Gi
|
|
||||||
mountPath: /config/transcodes
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 3m
|
cpu: 3m
|
||||||
|
|
Loading…
Reference in New Issue