TrueChartsClone/charts/stable/recyclarr/values.yaml

43 lines
740 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: 3.0.0@sha256:a129c3f2b2e38e92a2d07083318473d793f00e2a4adeff4cf4de63bddef1d5e6
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