service.yaml 186 B

123456789101112
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: cost-model
  5. spec:
  6. selector:
  7. app: cost-model
  8. type: ClusterIP
  9. ports:
  10. - name: cost-model
  11. port: 9003
  12. targetPort: 9003