27 lines
503 B
YAML
27 lines
503 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470
|
|
|
|
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"
|