134 lines
3.3 KiB
YAML
134 lines
3.3 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
keel.sh/policy: minor
|
|
keel.sh/trigger: poll
|
|
keel.sh/pollSchedule: "@every 6h"
|
|
labels:
|
|
io.kompose.service: radarr
|
|
name: radarr
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: radarr
|
|
strategy:
|
|
type: Recreate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: radarr
|
|
spec:
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
containers:
|
|
- env:
|
|
- name: PGID
|
|
value: "1000"
|
|
- name: PUID
|
|
value: "1000"
|
|
- name: TZ
|
|
value: Asia/Kuwait
|
|
image: linuxserver/radarr:latest
|
|
name: radarr
|
|
ports:
|
|
- containerPort: 7878
|
|
protocol: TCP
|
|
securityContext:
|
|
privileged: true
|
|
volumeMounts:
|
|
- mountPath: /config
|
|
name: ssd
|
|
subPath: configs/trackers/radarr_config
|
|
- mountPath: /movies
|
|
name: ssd
|
|
subPath: movies
|
|
- mountPath: /HDD
|
|
name: hdd
|
|
- mountPath: data/downloads
|
|
name: ssd
|
|
subPath: downloads
|
|
- mountPath: /mnt/zurg/__all__
|
|
subPath: __all__
|
|
name: rclone-data
|
|
restartPolicy: Always
|
|
volumes:
|
|
- name: ssd
|
|
persistentVolumeClaim:
|
|
claimName: nfs-ssd-pvc
|
|
- name: hdd
|
|
persistentVolumeClaim:
|
|
claimName: nfs-hdd-pvc
|
|
- name: rclone-data
|
|
persistentVolumeClaim:
|
|
claimName: rclone-data-pvc
|
|
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
keel.sh/policy: minor
|
|
keel.sh/trigger: poll
|
|
keel.sh/pollSchedule: "@every 6h"
|
|
labels:
|
|
io.kompose.service: radarr4k
|
|
name: radarr4k
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: radarr4k
|
|
strategy:
|
|
type: Recreate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: radarr4k
|
|
spec:
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
containers:
|
|
- env:
|
|
- name: PGID
|
|
value: "1000"
|
|
- name: PUID
|
|
value: "1000"
|
|
- name: TZ
|
|
value: Asia/Kuwait
|
|
image: linuxserver/radarr:latest
|
|
name: radarr
|
|
ports:
|
|
- containerPort: 7878
|
|
protocol: TCP
|
|
securityContext:
|
|
privileged: true
|
|
volumeMounts:
|
|
- mountPath: /config
|
|
name: ssd
|
|
subPath: configs/trackers/radarr4k_config
|
|
- mountPath: /movies
|
|
name: ssd
|
|
subPath: movies
|
|
- mountPath: /HDD
|
|
name: hdd
|
|
- mountPath: data/downloads
|
|
name: ssd
|
|
subPath: downloads
|
|
- mountPath: /mnt/zurg/__all__
|
|
subPath: __all__
|
|
name: rclone-data
|
|
restartPolicy: Always
|
|
volumes:
|
|
- name: ssd
|
|
persistentVolumeClaim:
|
|
claimName: nfs-ssd-pvc
|
|
- name: hdd
|
|
persistentVolumeClaim:
|
|
claimName: nfs-hdd-pvc
|
|
- name: rclone-data
|
|
persistentVolumeClaim:
|
|
claimName: rclone-data-pvc
|