service.yaml 235 B

12345678910111213141516
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: i2-bbs-backend
  5. namespace: i2
  6. spec:
  7. type: NodePort
  8. selector:
  9. app: i2-bbs-backend
  10. ports:
  11. - port: 9001
  12. name: api
  13. nodePort: 31104
  14. protocol: TCP
  15. targetPort: 9001