Files
infrastructure/clusters/cl01tl/applications/prowlarr/values.yaml
Renovate Bot 8e26b4c84c
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 39s
Update ghcr.io/linuxserver/prowlarr:1.35.1 Docker digest to c63b711
2025-05-21 05:10:57 +00:00

52 lines
1.2 KiB
YAML

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:c63b71155541de52a9e60ba13fd10824a59f649812ca18701509b7b804a5253a
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
resources:
requests:
cpu: 10m
memory: 256Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 9696
protocol: HTTP
persistence:
config:
forceRename: prowlarr-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
retain: true
advancedMounts:
main:
main:
- path: /config
readOnly: false