27 lines
548 B
YAML
27 lines
548 B
YAML
image:
|
|
repository: fallenbagel/jellyseerr
|
|
tag: 1.8.1@sha256:2f39c1872fad422d16df1c3a81b6cc42dd4ec6f8bfbca7f8ab5b07580d1f7817
|
|
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"
|