Files
truecharts/charts/stable/jellyfin/values.yaml
T
TrueCharts BotandGitHub 4458d3c58b chore(deps): update docker general non-major (#3906)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-26 11:29:29 +02:00

30 lines
527 B
YAML

image:
repository: tccr.io/truecharts/jellyfin
pullPolicy: IfNotPresent
tag: 10.8.5@sha256:5638312657e538cc27f15cd5c812e177bf58c8137a00d07a86ccacd2c3df340c
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