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
|
2022-11-02 08:30:54 +00:00
|
|
|
tag: 10.8.7@sha256:f8afc12fe74a80579455ea4b5d019fba92ea3c9983be55036a237cf50d02ae0c
|
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-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|