2023-02-11 16:34:53 +00:00
|
|
|
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
|
2023-02-11 16:40:53 +00:00
|
|
|
ports:
|
|
|
|
- name: http
|
|
|
|
containerPort: 7878
|
|
|
|
protocol: TCP
|