TrueChartsClone/charts/stable/recyclarr/values.yaml

42 lines
861 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/recyclarr/recyclarr
tag: 7.2.4@sha256:1bf2436ed4749a4309765dd21643aac858dd436a536e37c25bb463513601e962
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
initContainers:
initconfig:
type: install
enabled: true
imageSelector: "image"
command:
- recyclarr
- config
- create
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
CRON_SCHEDULE: "@daily"
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true
portal:
open:
enabled: false