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.

47 lines
3.7 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. webhooks: webhooks-api # ingress entry for webhooks api
  24. webhooksweb: webhooks-web # ingress entry for webhooks web demo client
  25. svc:
  26. basket: basket-api # service name for basket api
  27. catalog: catalog-api # service name for catalog api
  28. ordering: ordering-api # service name for ordering api
  29. orderingbackgroundtasks: ordering-backgroundtasks # service name for orderingbackgroundtasks
  30. orderingsignalrhub: ordering-signalrhub # service name for orderingsignalrhub
  31. identity: identity-api # service name for identity api
  32. mvc: webmvc # service name for web mvc
  33. spa: webspa # service name for web spa
  34. status: webstatus # service name for web status
  35. webshoppingapigw: webshoppingapigw # service name for web shopping Agw
  36. webmarketingapigw: webmarketingapigw # service name for web mkg Agw
  37. mobilemarketingapigw: mobilemarketingapigw # service name for mobile mkg Agw
  38. mobileshoppingapigw: mobileshoppingapigw # service name for mobile shopping Agw
  39. webshoppingagg: webshoppingagg # service name for web shopping aggregator
  40. mobileshoppingagg: mobileshoppingagg # service name for mobile shopping aggregator
  41. payment: payment-api # service name for payment api
  42. locations: locations-api # service name for locations api
  43. marketing: marketing-api # service name for marketing ap
  44. webhooks: webhooks-api # service name for webhooks api
  45. webhooksweb: webhooks-client # service name for webhooks web