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.

38 lines
3.1 KiB

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. mobileshoppingapigw: mobileshoppingapigw # ingress entry for mobile shopping Agw
  16. webshoppingagg: webshoppingagg # ingress entry for web shopping aggregator
  17. mobileshoppingagg: mobileshoppingagg # ingress entry for mobile shopping aggregator
  18. payment: payment-api # ingress entry for payment api
  19. webhooks: webhooks-api # ingress entry for webhooks api
  20. webhooksweb: webhooks-web # ingress entry for webhooks web demo client
  21. svc:
  22. basket: basket-api # service name for basket api
  23. catalog: catalog-api # service name for catalog api
  24. ordering: ordering-api # service name for ordering api
  25. orderingbackgroundtasks: ordering-backgroundtasks # service name for orderingbackgroundtasks
  26. orderingsignalrhub: ordering-signalrhub # service name for orderingsignalrhub
  27. identity: identity-api # service name for identity api
  28. mvc: webmvc # service name for web mvc
  29. spa: webspa # service name for web spa
  30. status: webstatus # service name for web status
  31. webshoppingapigw: webshoppingapigw # service name for web shopping Agw
  32. mobileshoppingapigw: mobileshoppingapigw # service name for mobile shopping Agw
  33. webshoppingagg: webshoppingagg # service name for web shopping aggregator
  34. mobileshoppingagg: mobileshoppingagg # service name for mobile shopping aggregator
  35. payment: payment-api # service name for payment api
  36. webhooks: webhooks-api # service name for webhooks api
  37. webhooksweb: webhooks-client # service name for webhooks web