prowlarr: controllers: main: type: deployment replicas: 1 strategy: Recreate revisionHistoryLimit: 3 pod: securityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: OnRootMismatch supplementalGroups: - 44 - 100 - 109 - 65539 containers: main: image: repository: ghcr.io/linuxserver/prowlarr tag: 1.35.1@sha256:85718606c75bc0924921cb2df05b0f81c8a691952d44a5bc9f9946254493d1b4 pullPolicy: IfNotPresent env: - name: TZ value: US/Central probes: liveness: enabled: false custom: true spec: exec: command: - /usr/bin/env - bash - -c - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 resources: requests: cpu: 10m memory: 256Mi serviceAccount: create: true service: main: controller: main ports: http: port: 80 targetPort: 9696 protocol: HTTP persistence: config: storageClass: ceph-block accessMode: ReadWriteOnce size: 5Gi retain: true advancedMounts: main: main: - path: /config readOnly: false