apiVersion: v1 kind: Service metadata: annotations: kompose.cmd: kompose convert -f compose-ll.yaml kompose.version: 1.38.0 (HEAD) labels: io.kompose.service: lazylibrarian name: lazylibrarian spec: type: NodePort ports: - name: "30787" port: 30787 targetPort: 5299 nodePort: 30787 selector: io.kompose.service: lazylibrarian