Add radarr internal service
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1f4322d4d7
commit
2313c8ebe2
15
torrenter/radarr/radarr-service.yaml
Normal file
15
torrenter/radarr/radarr-service.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: radarr-service
|
||||||
|
namespace: torrent-ns
|
||||||
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
- name: radarr
|
||||||
|
port: 7878
|
||||||
|
targetPort: 7878
|
||||||
|
|
||||||
|
selector:
|
||||||
|
app: torrenter-apps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user