feat: Add Radarr
This commit is contained in:
parent
6a909396a5
commit
f28d5caeb6
8 changed files with 153 additions and 0 deletions
12
k8s-wheatley/radarr/services.yaml
Normal file
12
k8s-wheatley/radarr/services.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: radarr
|
||||
spec:
|
||||
selector:
|
||||
app: radarr
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 7878
|
||||
Loading…
Add table
Add a link
Reference in a new issue