diff --git a/deployments/media/sonarr/service.yaml b/deployments/media/sonarr/service.yaml new file mode 100644 index 0000000..961b3b8 --- /dev/null +++ b/deployments/media/sonarr/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: sonarr + namespace: media + labels: + app: sonarr +spec: + type: ClusterIP + ports: + - port: 8989 + targetPort: 8989 + protocol: TCP + selector: + app: sonarr \ No newline at end of file