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.

32 lines
942 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. ordering-background: http://ordering-background
  18. ordering-background__hc: http://ordering-background/hc
  19. marketing: http://marketing
  20. marketing__hc: http://marketing/hc
  21. locations: http://locations
  22. locations__hc: http://locations/hc
  23. payment__hc: http://payment/hc
  24. mvc__hc: http://webmvc/hc
  25. spa__hc: http://webspa/hc
  26. # Aggreggators
  27. mobileshoppingagg: http://mobileshoppingagg
  28. webshoppingagg: http://webshoppingagg
  29. # API GWs
  30. apigwmm: http://ocelotapigw-mm
  31. apigwms: http://ocelotapigw-ms
  32. apigwwm: http://ocelotapigw-wm
  33. apigwws: http://ocelotapigw-ws