Files
turingpi/prowlarr_values.yml
T
2024-04-21 18:11:46 +02:00

32 lines
547 B
YAML

image:
repository: lscr.io/linuxserver/prowlarr
tag: latest
pullPolicy: IfNotPresent
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: {}
nodeSelector: {}
tolerations: []
affinity: {}