diff --git a/deployments/media/prowlarr/service.yaml b/deployments/media/prowlarr/service.yaml index 4c43d74..26e0b50 100644 --- a/deployments/media/prowlarr/service.yaml +++ b/deployments/media/prowlarr/service.yaml @@ -9,4 +9,5 @@ spec: ports: - port: 9696 targetPort: 9696 - name: http + protocol: TCP + type: ClusterIP \ No newline at end of file