Gluttony-Cluster/torrenter/radarr/radarr-service.yaml

16 lines
212 B
YAML
Raw Normal View History

2023-10-23 01:29:06 +00:00
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