This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ services:
6868 - UseCustomizationData=True
6969 - AzureServiceBusEnabled=False
7070 - CheckUpdateTime=30000
71+ - GracePeriodTime=1
7172 ports :
7273 - " 5102:80"
7374
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ services:
6666 - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
6767 - UseCustomizationData=True
6868 - AzureServiceBusEnabled=False
69+ - CheckUpdateTime=30000
70+ - GracePeriodTime=1
6971 ports :
7072 - " 5102:80"
7173
Original file line number Diff line number Diff line change 2525# Ordering.API entries
2626 OrderingBus : CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
2727 OrderingSqlDb : Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
28+ GracePeriodManager_GracePeriodTime : " 1"
29+ GracePeriodManager_CheckUpdateTime : " 15000"
2830# Payment.API entries
2931 PaymentBus : CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
3032# Global entries
Original file line number Diff line number Diff line change 1919 MarketingNoSqlDbName : MarketingDb
2020 MarketingSqlDb : Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word;
2121 OrderingBus : rabbitmq
22- GracePeriodManager_GracePeriodTime:"1"
23- GracePeriodManager_CheckUpdateTime:"15000"
2422 OrderingSqlDb : Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;
2523 PaymentBus : rabbitmq
2624 UseAzureServiceBus : " False"
2725 keystore : keystore-data
26+ GracePeriodManager_GracePeriodTime : " 1"
27+ GracePeriodManager_CheckUpdateTime : " 15000"
28+
29+
Original file line number Diff line number Diff line change @@ -191,6 +191,16 @@ spec:
191191 configMapKeyRef :
192192 name : urls
193193 key : IdentityUrl
194+ - name : CheckUpdateTime
195+ valueFrom :
196+ configMapKeyRef :
197+ name : urls
198+ key : GracePeriodManager_CheckUpdateTime
199+ - name : GracePeriodTime
200+ valueFrom :
201+ configMapKeyRef :
202+ name : urls
203+ key : GracePeriodManager_GracePeriodTime
194204 ports :
195205 - containerPort : 80
196206 imagePullSecrets :
You can’t perform that action at this time.
0 commit comments