30 lines
527 B
YAML
30 lines
527 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.8.6@sha256:f89f652d67a12c96e8ad3708ac109c255c2c73a9c787221be5c085730cd0b1e6
|
|
|
|
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"
|
|
|
|
portal:
|
|
enabled: true
|