Add radarr internal service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-22 21:29:06 -04:00
parent 1f4322d4d7
commit 2313c8ebe2

View 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