2022-05-29 15:07:10 +00:00
|
|
|
image:
|
2022-06-02 09:12:30 +00:00
|
|
|
repository: tccr.io/truecharts/jellyseerr
|
|
|
|
tag: v1.1.0@sha256:e4d100eaef48bef0584ad122d4121ef78ae57936d716337afdaca70bfc6a548e
|
2022-05-29 15:07:10 +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"
|