Initial radarr

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-02-11 17:34:53 +01:00
parent 78ea21ab43
commit 4bb9ed7dea
1 changed files with 20 additions and 0 deletions

20
radarr/deploy.yaml Normal file
View File

@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: radarr
name: radarr
spec:
replicas: 1
selector:
matchLabels:
app: radarr
template:
metadata:
creationTimestamp: null
labels:
app: radarr
spec:
containers:
- image: hotio/radarr:release
name: radarr