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
|
2021-12-11 12:03:48 +00:00
|
|
|
tag: v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470
|
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"
|