TrueChartsClone/charts/stable/jellyfin/values.yaml

34 lines
615 B
YAML

image:
repository: tccr.io/truecharts/jellyfin
pullPolicy: IfNotPresent
tag: 10.8.9@sha256:32efce54017dcefcd437dc179baabb0ed79ad44298b9d0850388bd69f8e9eac5
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