--- # yaml-language-server: $schema=https://ks.hsn.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: radarr spec: interval: 30m chart: spec: chart: app-template version: 2.5.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system install: remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 uninstall: keepHistory: false dependsOn: - name: rook-ceph-cluster namespace: rook-ceph values: controllers: main: annotations: reloader.stakater.com/auto: "true" containers: main: image: repository: ghcr.io/onedr0p/radarr tag: 5.2.6.8376@sha256:2de39930de91ae698f9461bb959d93b9d59610f88e0c026e96bc5d9c99aeea89 env: # Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518 # Ref: https://github.com/dotnet/runtime/issues/9336 COMPlus_EnableDiagnostics: "0" PUSHOVER_DEBUG: "false" RADARR__AUTHENTICATION_METHOD: External RADARR__AUTHENTICATION_REQUIRED: DisabledForLocalAddresses RADARR__INSTANCE_NAME: Radarr RADARR__PORT: &port 80 RADARR__LOG_LEVEL: info RADARR__THEME: dark RADARR__POSTGRES_HOST: valueFrom: secretKeyRef: name: "${APP}-pguser-${DB_USER}" key: host RADARR__POSTGRES_PORT: "5432" RADARR__POSTGRES_USER: valueFrom: secretKeyRef: name: "${APP}-pguser-${DB_USER}" key: user RADARR__POSTGRES_PASSWORD: valueFrom: secretKeyRef: name: "${APP}-pguser-${DB_USER}" key: password RADARR__POSTGRES_MAIN_DB: radarr_main RADARR__POSTGRES_LOG_DB: radarr_logs TZ: America/Chicago envFrom: - secretRef: name: radarr-secret probes: liveness: &probes enabled: true custom: true spec: httpGet: path: /ping port: *port initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 failureThreshold: 3 readiness: *probes startup: enabled: false securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: { drop: ["ALL"] } resources: requests: cpu: 10m limits: memory: 1Gi pod: securityContext: runAsUser: 568 runAsGroup: 568 runAsNonRoot: true fsGroup: 568 fsGroupChangePolicy: OnRootMismatch supplementalGroups: [10000] service: main: ports: http: port: *port ingress: main: enabled: true className: internal-nginx hosts: - host: &host "{{ .Release.Name }}.jahanson.tech" paths: - path: / service: name: main port: http tls: - hosts: - *host persistence: config: enabled: true existingClaim: radarr pushover-notify: type: configMap name: radarr-configmap defaultMode: 0775 globalMounts: - path: /scripts/pushover-notify.sh subPath: pushover-notify.sh readOnly: true tmp: type: emptyDir media: type: nfs server: 10.1.1.11 path: /volume1/Media globalMounts: - path: /data/nas-media sting-media: type: nfs server: 10.1.1.12 path: /mnt/user/Media/ globalMounts: - path: /data/sting-media