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.

43 lines
3.4 KiB

6 years ago
6 years ago
  1. # This helm values file defines app-based settings
  2. # Charts use those values, so this file **MUST** be included in all chart releases
  3. app: # app global settings
  4. name: "my-eshop" # Override for custom app name
  5. ingress: # ingress related settings
  6. entries:
  7. basket: basket-api # ingress entry for basket api
  8. catalog: catalog-api # ingress entry for catalog api
  9. ordering: ordering-api # ingress entry for ordering api
  10. identity: identity # ingress entry for identity api
  11. mvc: webmvc # ingress entry for web mvc
  12. spa: "" # ingress entry for web spa
  13. status: webstatus # ingress entry for web status
  14. webshoppingapigw: webshoppingapigw # ingress entry for web shopping Agw
  15. webmarketingapigw: webmarketingapigw # ingress entry for web mkg Agw
  16. mobilemarketingapigw: mobilemarketingapigw # ingress entry for mobile mkg Agw
  17. mobileshoppingapigw: mobileshoppingapigw # ingress entry for mobile shopping Agw
  18. webshoppingagg: webshoppingagg # ingress entry for web shopping aggregator
  19. mobileshoppingagg: mobileshoppingagg # ingress entry for mobile shopping aggregator
  20. payment: payment-api # ingress entry for payment api
  21. locations: locations-api # ingress entry for locations api
  22. marketing: marketing-api # ingress entry for marketing api
  23. svc:
  24. basket: basket # service name for basket api
  25. catalog: catalog # service name for catalog api
  26. ordering: ordering # service name for ordering api
  27. orderingbackgroundtasks: orderingbackgroundtasks # service name for orderingbackgroundtasks
  28. orderingsignalrhub: orderingsignalrhub # service name for orderingsignalrhub
  29. identity: identity # service name for identity api
  30. mvc: webmvc # service name for web mvc
  31. spa: webspa # service name for web spa
  32. status: webstatus # service name for web status
  33. webshoppingapigw: webshoppingapigw # service name for web shopping Agw
  34. webmarketingapigw: webmarketingapigw # service name for web mkg Agw
  35. mobilemarketingapigw: mobilemarketingapigw # service name for mobile mkg Agw
  36. mobileshoppingapigw: mobileshoppingapigw # service name for mobile shopping Agw
  37. webshoppingagg: webshoppingagg # service name for web shopping aggregator
  38. mobileshoppingagg: mobileshoppingagg # service name for mobile shopping aggregator
  39. payment: payment # service name for payment api
  40. locations: locations # service name for locations api
  41. marketing: marketing # service name for marketing ap