--- # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: recyclarr namespace: default spec: interval: 30m chart: spec: chart: app-template version: 2.4.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system maxHistory: 2 install: createNamespace: true remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 uninstall: keepHistory: false values: controllers: main: type: statefulset annotations: reloader.stakater.com/auto: "true" containers: main: image: repository: ghcr.io/recyclarr/recyclarr tag: 6.0.2 env: TZ: ${TIMEZONE} envFrom: - secretRef: name: recyclarr-secret resources: requests: cpu: 10m memory: 64M limits: memory: 128M pod: securityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: OnRootMismatch statefulset: volumeClaimTemplates: - name: config accessMode: ReadWriteOnce size: 1Gi storageClass: rook-ceph-block globalMounts: - path: /config service: main: enabled: false persistence: config-file: type: configMap name: recyclarr-configmap globalMounts: - path: /config/recyclarr.yml subPath: recyclarr.yml readOnly: true