2021-04-13 19:43:27 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/jellyfin
|
2021-04-13 19:43:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-01-30 21:24:13 +00:00
|
|
|
tag: 10.8.9@sha256:32efce54017dcefcd437dc179baabb0ed79ad44298b9d0850388bd69f8e9eac5
|
2021-04-13 19:43:27 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-04-13 19:43:27 +00:00
|
|
|
|
2022-02-06 12:17:38 +00:00
|
|
|
env:
|
|
|
|
JELLYFIN_PublishedServerUrl: "https://jelly.mydomain.com"
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-04-13 19:43:27 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8096
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8096
|
2021-04-13 19:43:27 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2022-02-06 12:17:38 +00:00
|
|
|
cache:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/cache"
|
|
|
|
type: "emptyDir"
|
2022-12-21 23:02:34 +00:00
|
|
|
transcode:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config/transcodes"
|
|
|
|
type: "emptyDir"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|