chore(plex): remove emptyDir size limit for transcode
This will be handled in next common release for all emptyDirs with memory backend
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
|
||||
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
||||
type: application
|
||||
version: 14.1.0
|
||||
version: 14.1.1
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
|
||||
@@ -19,7 +19,6 @@ persistence:
|
||||
mountPath: "/transcode"
|
||||
type: emptyDir
|
||||
medium: Memory
|
||||
size: "{{ $.Values.resources.limits.memory }}"
|
||||
targetSelectAll: true
|
||||
|
||||
plex:
|
||||
|
||||
Reference in New Issue
Block a user