expose radarr internally

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-02-11 17:41:15 +01:00
parent 9bb38c2ba3
commit 9a946b0d9f
1 changed files with 11 additions and 0 deletions

11
radarr/service.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: radarr
name: radarr
spec:
ports:
- port: 7878
selector:
app: radarr