2022-07-22 20:19:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/recyclarr/recyclarr
|
2024-09-15 00:43:20 +00:00
|
|
|
tag: 7.2.4@sha256:1bf2436ed4749a4309765dd21643aac858dd436a536e37c25bb463513601e962
|
2022-07-22 20:19:45 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2023-04-11 10:07:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
initContainers:
|
|
|
|
initconfig:
|
|
|
|
type: install
|
|
|
|
enabled: true
|
|
|
|
imageSelector: "image"
|
2023-05-23 08:26:41 +00:00
|
|
|
command:
|
|
|
|
- recyclarr
|
2023-07-14 08:56:40 +00:00
|
|
|
- config
|
|
|
|
- create
|
2023-04-11 10:07:17 +00:00
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
env:
|
|
|
|
CRON_SCHEDULE: "@daily"
|
2023-07-14 08:56:40 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
targetSelectAll: true
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: false
|