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:
Kjeld Schouten
2023-11-16 11:58:03 +01:00
parent 3199e50d6d
commit 3968252aef
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -19,7 +19,6 @@ persistence:
mountPath: "/transcode"
type: emptyDir
medium: Memory
size: "{{ $.Values.resources.limits.memory }}"
targetSelectAll: true
plex: