|
|
|
@ -2,7 +2,7 @@ |
|
|
|
authserver: |
|
|
|
config: |
|
|
|
selfUrl: https://auth.eshoponabp.com |
|
|
|
corsOrigins: https://gateway.eshoponabp.com,https://gateway-public.eshoponabp.com,https://identity.eshoponabp.com,https://administration.eshoponabp.com,https://basket.eshoponabp.com,https://catalog.eshoponabp.com,https://order.eshoponabp.com,https://payment.eshoponabp.com,https://admin.eshoponabp.com,https://www.eshoponabp.com |
|
|
|
corsOrigins: https://gateway.eshoponabp.com,https://gateway-public.eshoponabp.com,https://identity.eshoponabp.com,https://administration.eshoponabp.com,https://basket.eshoponabp.com,https://catalog.eshoponabp.com,https://order.eshoponabp.com,https://cmskit.eshoponabp.com,https://payment.eshoponabp.com,https://admin.eshoponabp.com,https://www.eshoponabp.com |
|
|
|
allowedRedirectUrls: https://admin.eshoponabp.com |
|
|
|
authServer: |
|
|
|
authority: https://auth.eshoponabp.com |
|
|
|
@ -14,12 +14,14 @@ authserver: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: auth.eshoponabp.com |
|
|
|
tlsSecret: eshop-wildcard-tls |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/app-authserver" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/app-authserver" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# web sub-chart override |
|
|
|
web: |
|
|
|
@ -32,11 +34,13 @@ web: |
|
|
|
responseType: "code" |
|
|
|
strictDiscoveryDocumentValidation: false |
|
|
|
skipIssuerCheck: true |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: admin.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/app-web" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/app-web" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# public-web sub-chart override |
|
|
|
public-web: |
|
|
|
@ -52,12 +56,13 @@ public-web: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
|
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/app-publicweb" |
|
|
|
tag: 1.0.6 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/app-publicweb" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# identity-service sub-chart override |
|
|
|
identity: |
|
|
|
@ -87,12 +92,15 @@ identity: |
|
|
|
basketServiceRootUrl: https://basket.eshoponabp.com/ |
|
|
|
catalogServiceRootUrl: https://catalog.eshoponabp.com |
|
|
|
orderingServiceRootUrl: https://order.eshoponabp.com |
|
|
|
cmskitServiceRootUrl: https://cmskit.eshoponabp.com |
|
|
|
paymentServiceRootUrl: https://payment.eshoponabp.com |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: identity.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-identity" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-identity" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# administration sub-chart override |
|
|
|
administration: |
|
|
|
@ -114,12 +122,14 @@ administration: |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
synchedCommunication: # Used for server-to-server (client-credentials) communication with identityService for user permissions |
|
|
|
authority: https://auth.eshoponabp.com |
|
|
|
authority: https://auth.eshoponabp.com |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: administration.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-administration" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-administration" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# gateway-web sub-chart override |
|
|
|
gateway-web: |
|
|
|
@ -136,11 +146,13 @@ gateway-web: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: gateway.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/gateway-web" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/gateway-web" |
|
|
|
tag: 1.0.0 |
|
|
|
reRoutes: |
|
|
|
accountService: |
|
|
|
url: http://eshop-az-authserver |
|
|
|
@ -152,6 +164,8 @@ gateway-web: |
|
|
|
url: http://eshop-az-catalog |
|
|
|
orderingService: |
|
|
|
url: http://eshop-az-ordering |
|
|
|
cmskitService: |
|
|
|
url: http://eshop-az-cmskit |
|
|
|
|
|
|
|
# gateway-web-public sub-chart override |
|
|
|
gateway-web-public: |
|
|
|
@ -166,11 +180,13 @@ gateway-web-public: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: gateway-public.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/gateway-web-public" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/gateway-web-public" |
|
|
|
tag: 1.0.0 |
|
|
|
reRoutes: |
|
|
|
accountService: |
|
|
|
url: http://eshop-az-authserver |
|
|
|
@ -184,6 +200,8 @@ gateway-web-public: |
|
|
|
url: http://eshop-az-basket |
|
|
|
orderingService: |
|
|
|
url: http://eshop-az-ordering |
|
|
|
cmskitService: |
|
|
|
url: http://eshop-az-cmskit |
|
|
|
paymentService: |
|
|
|
url: http://eshop-az-payment |
|
|
|
|
|
|
|
@ -206,11 +224,13 @@ basket: |
|
|
|
remoteServices: |
|
|
|
catalogBaseUrl: http://eshop-az-catalog:80 |
|
|
|
catalogGrpcUrl: http://eshop-az-catalog:81 |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: basket.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-basket" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-basket" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# catalog-service sub-chart override |
|
|
|
catalog: |
|
|
|
@ -237,8 +257,8 @@ catalog: |
|
|
|
ingress: |
|
|
|
host: catalog.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-catalog" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-catalog" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# ordering-service sub-chart override |
|
|
|
ordering: |
|
|
|
@ -257,12 +277,43 @@ ordering: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: order.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-ordering" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-ordering" |
|
|
|
tag: 1.0.1 |
|
|
|
|
|
|
|
# cmskit-service sub-chart override |
|
|
|
# cmskit: |
|
|
|
# config: |
|
|
|
# selfUrl: https://cmskit.eshoponabp.com |
|
|
|
# corsOrigins: https://gateway.eshoponabp.com,https://gateway-public.eshoponabp.com |
|
|
|
# connectionStrings: |
|
|
|
# cmskitService: "Host=eshop-az-postgresdb;Port=5432;Database=EShopOnAbp_Cmskit;User ID=postgres;password=myPassw0rd;Pooling=false" |
|
|
|
# administrationService: "Host=eshop-az-postgresdb;Port=5432;Database=EShopOnAbp_Administration;User ID=postgres;password=myPassw0rd;Pooling=false" |
|
|
|
# authServer: |
|
|
|
# authority: http://eshop-az-authserver |
|
|
|
# requireHttpsMetadata: "false" |
|
|
|
# swaggerClientId: WebGateway_Swagger |
|
|
|
# swaggerClientSecret: "1q2w3e*" |
|
|
|
# remoteServices: |
|
|
|
# abpIdentityBaseUrl: https://identity.eshoponabp.com |
|
|
|
# dotnetEnv: Production |
|
|
|
# redisHost: eshop-az-redis |
|
|
|
# rabbitmqHost: eshop-az-rabbitmq |
|
|
|
# elasticsearchHost: eshop-az-elasticsearch |
|
|
|
# synchedCommunication: # Used for server-to-server (client-credentials) communication with identityService for user permissions |
|
|
|
# authority: https://auth.eshoponabp.com |
|
|
|
# nodeSelector: |
|
|
|
# agentpool: demopool |
|
|
|
# ingress: |
|
|
|
# host: cmskit.eshoponabp.com |
|
|
|
# image: |
|
|
|
# repository: "ghcr.io/volosoft/eshoponabp/service-cmskit" |
|
|
|
# tag: 1.0.1 |
|
|
|
|
|
|
|
# payment-service sub-chart override |
|
|
|
payment: |
|
|
|
config: |
|
|
|
@ -280,11 +331,13 @@ payment: |
|
|
|
redisHost: eshop-az-redis |
|
|
|
rabbitmqHost: eshop-az-rabbitmq |
|
|
|
elasticsearchHost: eshop-az-elasticsearch |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
ingress: |
|
|
|
host: payment.eshoponabp.com |
|
|
|
image: |
|
|
|
repository: "volocr.azurecr.io/eshoponabp/service-payment" |
|
|
|
tag: 1.0.5 |
|
|
|
repository: "ghcr.io/volosoft/eshoponabp/service-payment" |
|
|
|
tag: 1.0.0 |
|
|
|
|
|
|
|
# Default values for eshoponabp. |
|
|
|
# This is a YAML-formatted file. |
|
|
|
@ -363,7 +416,8 @@ autoscaling: |
|
|
|
targetCPUUtilizationPercentage: 80 |
|
|
|
# targetMemoryUtilizationPercentage: 80 |
|
|
|
|
|
|
|
nodeSelector: {} |
|
|
|
nodeSelector: |
|
|
|
agentpool: demopool |
|
|
|
|
|
|
|
tolerations: [] |
|
|
|
|