22 lines
412 B
YAML
22 lines
412 B
YAML
image:
|
|
repository: tccr.io/truecharts/jellyseerr
|
|
tag: v1.1.1@sha256:e34db5a994464a8e5c4c17b0211bc0ae4d79c0dcf90cba7983e860b46c006ff6
|
|
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"
|