TrueChartsClone/charts/stable/recyclarr/values.yaml

47 lines
868 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: v5.4.3@sha256:408bc969b1e74cbb3561d0844db75462cba6c51d1a7bbbd310002ea66b78f6c5
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