Sorta ready
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
fd082ea85b
commit
d8e9fc0317
|
@ -25,8 +25,31 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
- name: torrents
|
||||||
|
mountPath: /torrents
|
||||||
|
- image: imartyn/krantor
|
||||||
|
name: krantor
|
||||||
|
env:
|
||||||
|
- name: PUTIO_DOWNLOAD_FOLDER_ID
|
||||||
|
value: "1092766658"
|
||||||
|
- name: PUTIO_WATCH_FOLDER
|
||||||
|
value: /torrents
|
||||||
|
- name: PUTIO_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: putio-token
|
||||||
|
key: token
|
||||||
|
volumeMounts:
|
||||||
|
- name: torrents
|
||||||
|
mountPath: /torrents
|
||||||
|
- name: data
|
||||||
|
mountPath: /data
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: radarr-config-data
|
claimName: radarr-config-data
|
||||||
|
- name: torrents
|
||||||
|
emptyDir: {}
|
||||||
|
- name: data
|
||||||
|
emptyDir: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue