* chore(jellyfin): mount transcode as emptydir * add onUI * Update charts/stable/jellyfin/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
34 lines
615 B
YAML
34 lines
615 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.8.8@sha256:c66fa2d0c2e94f33e6659ce0be4ef715083a3188ce9ddfafd2bc405d3389cbe5
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
env:
|
|
JELLYFIN_PublishedServerUrl: "https://jelly.mydomain.com"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8096
|
|
targetPort: 8096
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
cache:
|
|
enabled: true
|
|
mountPath: "/cache"
|
|
type: "emptyDir"
|
|
transcode:
|
|
enabled: true
|
|
mountPath: "/config/transcodes"
|
|
type: "emptyDir"
|
|
|
|
portal:
|
|
enabled: true
|