--- # 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 prowlarr 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: controllers: main: annotations: reloader.stakater.com/auto: "true" initContainers: init-db: image: repository: ghcr.io/auricom/postgres-init tag: 15.5@sha256:a337602f0dc11ee0e7f819ede78fa1a13e40a52adad737353efe10ce265a4b36 pullPolicy: IfNotPresent envFrom: &envFrom - secretRef: name: prowlarr-secret containers: main: image: repository: ghcr.io/onedr0p/prowlarr-nightly tag: 1.10.5.4101@sha256:028ddae1155d83bbd647d284477546897812695fe6806f7ee9ac90c1e7df2127 env: TZ: "${TIMEZONE}" PROWLARR__INSTANCE_NAME: Prowlarr PROWLARR__PORT: &port 8080 PROWLARR__LOG_LEVEL: info PROWLARR__AUTHENTICATION_METHOD: External PROWLARR__THEME: dark envFrom: *envFrom resources: requests: cpu: 100m memory: 100Mi limits: memory: 500Mi service: main: ports: http: port: *port ingress: main: enabled: true className: "nginx" annotations: auth.home.arpa/enabled: "true" hajimari.io/icon: mdi:movie-search hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / service: name: main port: http tls: - hosts: - *host persistence: config: enabled: true type: emptyDir