finanzas-service-lb.yaml 259 B

123456789101112131415
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: finanzas-lb
  5. namespace: <NS>
  6. annotations:
  7. metallb.io/loadBalancerIPs: 192.168.1.154
  8. spec:
  9. type: LoadBalancer
  10. ports:
  11. - name: "80"
  12. port: 80
  13. targetPort: 8080
  14. selector:
  15. app: finanzas