You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
792 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. labels:
  5. app: eshop
  6. component: ocelotapigw-mm
  7. name: ocelotapigw-mm
  8. spec:
  9. ports:
  10. - port: 80
  11. selector:
  12. app: eshop
  13. component: apigwmm
  14. ---
  15. apiVersion: v1
  16. kind: Service
  17. metadata:
  18. labels:
  19. app: eshop
  20. component: ocelotapigw-ms
  21. name: ocelotapigw-ms
  22. spec:
  23. ports:
  24. - port: 80
  25. selector:
  26. app: eshop
  27. component: apigwms
  28. ---
  29. apiVersion: v1
  30. kind: Service
  31. metadata:
  32. labels:
  33. app: eshop
  34. component: ocelotapigw-wm
  35. name: ocelotapigw-wm
  36. spec:
  37. ports:
  38. - port: 80
  39. selector:
  40. app: eshop
  41. component: apigwwm
  42. ---
  43. apiVersion: v1
  44. kind: Service
  45. metadata:
  46. labels:
  47. app: eshop
  48. component: ocelotapigw-ws
  49. name: ocelotapigw-ws
  50. spec:
  51. ports:
  52. - port: 80
  53. selector:
  54. app: eshop
  55. component: apigwws