Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: hsp-app03-h3-1
  5. labels:
  6. app: hsp-app03-h3-1
  7. spec:
  8. type: LoadBalancer
  9. externalIPs:
  10. - 172.17.14.199
  11. #sessionAffinity: ClientIP
  12. ports:
  13. - port: 4070
  14. protocol: UDP
  15. name: hc
  16. - port: 4071
  17. protocol: UDP
  18. name: data
  19. - port: 4072
  20. protocol: UDP
  21. name: sync
  22. - port: 4073
  23. protocol: UDP
  24. name: mng
  25. - port: 4074
  26. protocol: UDP
  27. name: tables
  28. - port: 4075
  29. protocol: UDP
  30. name: ipm
  31.  
  32. selector:
  33. app: hsp-app03-h3-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement