Files
infrastructure/clusters/cl01tl/platform/unpackerr/values.yaml
2024-05-29 13:31:50 -05:00

56 lines
1.7 KiB
YAML

unpackerr:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: golift/unpackerr
tag: 0.13.1
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: UN_WEBSERVER_METRICS
value: true
- name: UN_SONARR_0_URL
value: http://sonarr4.sonarr4:8989
- name: UN_SONARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/SONARR
- name: UN_SONARR_1_URL
value: http://sonarr4-4k.sonarr4-4k:8989
- name: UN_SONARR_1_PATHS_0
value: /mnt/store/Torrent/FINISHED/SONARR4K
- name: UN_RADARR_0_URL
value: http://radarr5.radarr5:7878
- name: UN_RADARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/RADARR
- name: UN_RADARR_1_URL
value: http://radarr5-4k.radarr5-4k:7878
- name: UN_RADARR_1_PATHS_0
value: /mnt/store/Torrent/FINISHED/RADARR4K
- name: UN_LIDARR_0_URL
value: http://lidarr2.lidarr2:8686
- name: UN_LIDARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/LIDARR
envFrom:
- secretRef:
name: unpackerr-key-secret
resources:
requests:
cpu: 100m
memory: 256Mi
serviceAccount:
create: true
persistence:
storage:
existingClaim: unpackerr-nfs-storage
advancedMounts:
main:
main:
- path: /mnt/store
readOnly: true