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.

30 lines
835 B

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: internalurls
  5. labels:
  6. app: eshop
  7. data:
  8. # Internal Services & healthchecks
  9. basket: http://basket
  10. basket__hc: http://basket/hc
  11. catalog: http://catalog
  12. catalog__hc: http://catalog/hc
  13. identity: http://identity
  14. identity__hc: http://identity/hc
  15. ordering: http://ordering
  16. ordering__hc: http://ordering/hc
  17. marketing: http://marketing
  18. marketing__hc: http://marketing/hc
  19. locations: http://locations
  20. locations__hc: http://locations/hc
  21. payment__hc: http://payment/hc
  22. mvc__hc: http://webmvc/hc
  23. spa__hc: http://webspa/hc
  24. # Aggreggators
  25. mobileshoppingagg: http://mobileshoppingagg
  26. webshoppingagg: http://webshoppingagg
  27. # API GWs
  28. apigwmm: http://ocelotapigw-mm
  29. apigwms: http://ocelotapigw-ms
  30. apigwwm: http://ocelotapigw-wm
  31. apigwws: http://ocelotapigw-ws