--- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: &app radarr namespace: default spec: interval: 30m chart: spec: chart: app-template version: 2.3.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: defaultPodOptions: securityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: OnRootMismatch controllers: main: type: statefulset annotations: configmap.reloader.stakater.com/reload: radarr-pushover reloader.stakater.com/auto: "true" initContainers: init-db: image: repository: ghcr.io/auricom/postgres-init tag: 15.5@sha256:5db5b8f4f6aa4c8c58672ece5d25dd6b995c4ff8e219966a93adb9aa48a6cf51 pullPolicy: IfNotPresent envFrom: &envFrom - secretRef: name: radarr-secret containers: main: image: repository: ghcr.io/onedr0p/radarr-develop tag: 5.2.3.8303@sha256:7794a25df2cd26f35e326640510c50982fe2f16ef41666530cdb06db21d3de5d env: TZ: "${TIMEZONE}" PUSHOVER_APP_URL: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" PUSHOVER_DEBUG: "false" PUSHOVER_PRIORITY: "0" RADARR__INSTANCE_NAME: Radarr RADARR__PORT: &port 8080 RADARR__APPLICATION_URL: "https://{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" RADARR__LOG_LEVEL: info RADARR__THEME: dark envFrom: *envFrom resources: requests: cpu: 500m memory: 500Mi limits: memory: 2000Mi service: main: ports: http: port: *port ingress: main: enabled: true className: "nginx" annotations: nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-signin: https://auth.${SECRET_CLUSTER_DOMAIN}?rm=$request_method nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Method $request_method; hajimari.io/icon: mdi:filmstrip hosts: - host: *host paths: - path: / service: name: main port: http tls: - hosts: - *host persistence: downloads: enabled: true type: nfs server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/downloads globalMounts: - path: /mnt/storage/downloads video: enabled: true type: nfs server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/video globalMounts: - path: /mnt/storage/video scripts: enabled: true type: configMap name: radarr-pushover defaultMode: 0775 globalMounts: - path: /scripts/pushover-notify.sh subPath: pushover-notify.sh readOnly: true