43 lines
740 B
YAML
43 lines
740 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/recyclarr
|
|
tag: 2.6.1@sha256:d893f93a1c923361dfc39c81b2678c17c70584dfd751964970287d9c8795a983
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 568
|
|
runAsUser: 568
|
|
|
|
env:
|
|
CRON_SCHEDULE: "@daily"
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
installContainers:
|
|
initconfig:
|
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
|
volumeMounts:
|
|
- name: config
|
|
mountPath: "/config"
|
|
command: ["recyclarr", "create-config"]
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
enabled: false
|