apiVersion: v1 kind: Service metadata: labels: io.kompose.service: calibre-web name: calibre-web spec: type: NodePort ports: - name: "30083" port: 30083 targetPort: 8083 nodePort: 30083 selector: io.kompose.service: calibre-web