Files
turingpi/prowlarr_values.yml
T
gilgamezh 3970af8ce2 Update application images to latest versions
- Actual Budget: 25.1.0 → 25.3.1
- Prowlarr: 1.23.1 → 1.37.0.5076-ls121
- Radarr: 5.10.4 → 5.26.2
- Sonarr: 4.0.9 → 4.0.15

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 14:12:28 +02:00

41 lines
698 B
YAML

image:
repository: lscr.io/linuxserver/prowlarr
tag: 1.37.0.5076-ls121
pullPolicy: Always
env:
- name: TZ
value: "Europe/Amsterdam"
volumes:
- name: "plex-data"
persistentVolumeClaim:
claimName: "plex-data" # PersistentVolumeClaim created earlier
volumeMounts:
- name: "plex-data"
mountPath: "/config"
subPath: "configs/prowlarr" # Path /mnt/ssd/media/configs/prowlarr where prowlarr writes the configuration
service:
type: ClusterIP
port: 9696
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "2Gi"
cpu: "2"
ephemeral-storage: "1Gi"
nodeSelector: {}
tolerations: []
affinity: {}