apiVersion: v1 kind: Service metadata: labels: app: lidarr name: lidarr spec: ports: - port: 80 targetPort: 8686 selector: app: lidarr type: LoadBalancer