28 lines
557 B
YAML
28 lines
557 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyseerr
|
|
tag: v1.6.0@sha256:5e6c629b48ed77f96141538ed734ef752d25dbb13ac6b24defff1a47a3159951
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10241
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# User Defined
|
|
JELLYFIN_TYPE: ""
|
|
LOG_LEVEL: "info"
|