Gluttony-Cluster/torrenter/radarr/radarr-service.yaml
Tyler Perkins 2313c8ebe2
All checks were successful
continuous-integration/drone/push Build is passing
Add radarr internal service
2023-10-22 21:29:06 -04:00

16 lines
212 B
YAML

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