2022-11-15 00:14:12 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/jellyseerr
|
2023-02-03 09:33:31 +00:00
|
|
|
tag: 1.4.1@sha256:61edd5bab2e8892ffdb1a31c2b3157650b85d8b7c64471d45e2fe2ab6ebb3a09
|
2022-11-15 00:14:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
env:
|
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
# User Defined
|
|
|
|
JELLYFIN_TYPE: ""
|
|
|
|
LOG_LEVEL: "info"
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10241
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/config"
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|