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