mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
♻️ recyclarr
This commit is contained in:
@@ -65,12 +65,11 @@ spec:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: "${TIMEZONE}"
|
value: "${TIMEZONE}"
|
||||||
command:
|
command:
|
||||||
- "/bin/bash"
|
- /app/recyclarr
|
||||||
- "-c"
|
args:
|
||||||
- |
|
- sonarr
|
||||||
#!/bin/bash
|
- --config
|
||||||
|
- /config/recyclarr.yaml
|
||||||
/app/recyclarr sonarr --config /config/recyclarr.yaml && curl -fsS -m 10 --retry 5 -o /dev/null https://uptime-kuma.${SECRET_CLUSTER_DOMAIN}/api/push/eaNLvqhfn2?status=up&msg=OK&ping=
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /config/recyclarr.yaml
|
mountPath: /config/recyclarr.yaml
|
||||||
@@ -82,12 +81,11 @@ spec:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: "${TIMEZONE}"
|
value: "${TIMEZONE}"
|
||||||
command:
|
command:
|
||||||
- "/bin/bash"
|
- /app/recyclarr
|
||||||
- "-c"
|
args:
|
||||||
- |
|
- radarr
|
||||||
#!/bin/bash
|
- --config
|
||||||
|
- /config/recyclarr.yaml
|
||||||
/app/recyclarr radarr --config /config/recyclarr.yaml && curl -fsS -m 10 --retry 5 -o /dev/null https://uptime-kuma.${SECRET_CLUSTER_DOMAIN}/api/push/N7OJBSgxD7?status=up&msg=OK&ping=
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /config/recyclarr.yaml
|
mountPath: /config/recyclarr.yaml
|
||||||
|
Reference in New Issue
Block a user