expose radarr internally
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9bb38c2ba3
commit
9a946b0d9f
1 changed files with 11 additions and 0 deletions
11
radarr/service.yaml
Normal file
11
radarr/service.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: radarr
|
||||||
|
name: radarr
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 7878
|
||||||
|
selector:
|
||||||
|
app: radarr
|
Loading…
Add table
Reference in a new issue