TrueChartsClone/charts/stable/jellyseerr/values.yaml

22 lines
412 B
YAML
Raw Normal View History

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