--- # 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: 1.5.1 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: initContainers: 01-init-db: image: ghcr.io/auricom/postgres-init:15.4 imagePullPolicy: IfNotPresent envFrom: &envFrom - secretRef: name: &secret prowlarr-secret controller: annotations: reloader.stakater.com/auto: "true" image: repository: ghcr.io/onedr0p/prowlarr-nightly tag: 1.9.0.3953@sha256:b24fa20a5c62d942ed1c3ed9b7cd4b26055e6f784cb4d9afa6ade3982d647548 env: TZ: "${TIMEZONE}" PROWLARR__INSTANCE_NAME: Prowlarr PROWLARR__PORT: &port 8080 PROWLARR__LOG_LEVEL: info envFrom: *envFrom service: main: ports: http: port: *port ingress: main: enabled: true ingressClassName: "nginx" annotations: auth.home.arpa/enabled: "true" # nginx.ingress.kubernetes.io/configuration-snippet: | # proxy_set_header Accept-Encoding ""; # sub_filter '' ''; # sub_filter_once on; hajimari.io/icon: mdi:movie-search hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / pathType: Prefix tls: - hosts: - *host podSecurityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: "OnRootMismatch" persistence: config: enabled: true existingClaim: prowlarr-config resources: requests: cpu: 100m memory: 100Mi limits: memory: 500Mi