30 lines
527 B
YAML
30 lines
527 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.8.7@sha256:f8afc12fe74a80579455ea4b5d019fba92ea3c9983be55036a237cf50d02ae0c
|
|
|
|
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
|