finanzas-service-nodeport.yaml 217 B

1234567891011121314
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: finanzas
  5. namespace: <NS>
  6. spec:
  7. type: NodePort
  8. ports:
  9. - name: "8080"
  10. port: 8080
  11. nodePort: 30351
  12. targetPort: 8080
  13. selector:
  14. app: finanzas