calibre-service.yaml 302 B

123456789101112131415161718
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. labels:
  5. io.kompose.service: calibre
  6. name: calibre
  7. namespace: calibre
  8. spec:
  9. type: NodePort
  10. ports:
  11. - name: "8080"
  12. port: 8080
  13. nodePort: 30830
  14. targetPort: 8080
  15. selector:
  16. io.kompose.service: calibre
  17. status:
  18. loadBalancer: {}