image: repository: ghcr.io/sbondco/watcharr tag: v1.30.0@sha256:e2f9e6ad30612396f61fcb1c2bd83f58bc0d7430f1556f2cce8f66203f489fc7 pullPolicy: IfNotPresent 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