diff --git a/deployments/media/readarr/service.yaml b/deployments/media/readarr/service.yaml index 7c3c204..a897f0d 100644 --- a/deployments/media/readarr/service.yaml +++ b/deployments/media/readarr/service.yaml @@ -7,7 +7,8 @@ spec: selector: app: readarr ports: - - port: 8787 - targetPort: 8787 + - name: http protocol: TCP - type: ClusterIP \ No newline at end of file + port: 8787 + targetPort: 8787 + type: ClusterIP