Skip to content

Commit

Permalink
use emptydirs for plex temp folders (ephemeral volumes mount too slowly)
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed May 30, 2024
1 parent cdf1dc2 commit c5ed085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.32806-pre-01
version: 1.0.32806

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 4 additions & 4 deletions charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4974,14 +4974,14 @@ plex: &plex
claimName: config-plex-block
transcode: # in case users use /tmp
enabled: true
type: custom
mountPath: /transcode
volumeSpec: *volumespec_ephemeral_volume_50g
type: emptyDir
sizeLimit: 50Gi
phototranscoder:
enabled: true
type: custom
mountPath: /phototranscoder
volumeSpec: *volumespec_ephemeral_volume_50g
type: emptyDir
sizeLimit: 50Gi
elfbot:
enabled: "true"
type: "custom"
Expand Down

0 comments on commit c5ed085

Please sign in to comment.