image: repository: tccr.io/truecharts/watcharr pullPolicy: IfNotPresent tag: v1.16.1@sha256:0759f67ac6868998b0dc918f4240ae764fcc2e93289096c8e4c80319e6940ac6 securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: protocol: http targetPort: 3080 port: 10684 watcharr: mode: prod jellyfin_host: "" signup_enabled: true tmdb_key: "" debug: false workload: main: podSpec: containers: main: env: JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}" SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}" TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}" DEBUG: "{{ .Values.watcharr.debug }}" MODE: "{{ .Values.watcharr.mode }}" JWT_SECRET: secretKeyRef: name: watcharr-secrets key: JWT_SECRET persistence: data: enabled: true mountPath: "/data" portal: open: enabled: true