|
| 1 | +# This heml values file defines app-based settings |
| 2 | +# Charts use those values, so this file **MUST** be included in all chart releases |
| 3 | + |
| 4 | + |
| 5 | +app: # app global settings |
| 6 | + name: "my-eshop" # Override for custom app name |
| 7 | + ingress: # ingress related settings |
| 8 | + entries: |
| 9 | + basket: basket-api # ingress entry for basket api |
| 10 | + catalog: catalog-api # ingress entry for catalog api |
| 11 | + ordering: ordering-api # ingress entry for ordering api |
| 12 | + identity: identity # ingress entry for identity api |
| 13 | + mvc: webmvc # ingress entry for web mvc |
| 14 | + spa: "" # ingress entry for web spa |
| 15 | + status: webstatus # ingress entry for web status |
| 16 | + webshoppingapigw: webshoppingapigw # ingress entry for web shopping Agw |
| 17 | + webmarketingapigw: webmarketingapigw # ingress entry for web mkg Agw |
| 18 | + mobilemarketingapigw: mobilemarketingapigw # ingress entry for mobile mkg Agw |
| 19 | + mobileshoppingapigw: mobileshoppingapigw # ingress entry for mobile shopping Agw |
| 20 | + webshoppingagg: webshoppingagg # ingress entry for web shopping aggregator |
| 21 | + mobileshoppingagg: mobileshoppingagg # ingress entry for mobile shopping aggregator |
| 22 | + payment: payment-api # ingress entry for payment api |
| 23 | + locations: locations-api # ingress entry for locations api |
| 24 | + marketing: marketing-api # ingress entry for marketing api |
| 25 | + svc: |
| 26 | + basket: basket # service name for basket api |
| 27 | + catalog: catalog # service name for catalog api |
| 28 | + ordering: ordering # service name for ordering api |
| 29 | + orderingbackgroundtasks: orderingbackgroundtasks # service name for orderingbackgroundtasks |
| 30 | + orderingsignalrhub: orderingsignalrhub # service name for orderingsignalrhub |
| 31 | + identity: identity # 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 # service name for payment api |
| 42 | + locations: locations # service name for locations api |
| 43 | + marketing: marketing # service name for marketing ap |
0 commit comments