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