diff --git a/deployments/readarr/service.yaml b/deployments/readarr/service.yaml new file mode 100644 index 0000000..9925044 --- /dev/null +++ b/deployments/readarr/service.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + name: readarr + namespace: media +spec: + selector: + app: readarr + ports: + - port: 8787 + targetPort: 8787 + protocol: TCP