@@ -32,11 +32,18 @@ spec:
3232 configMapKeyRef :
3333 name : externalcfg
3434 key : UseAzureServiceBus
35+ - name : ApplicationInsights__InstrumentationKey
36+ valueFrom :
37+ configMapKeyRef :
38+ name : externalcfg
39+ key : Instrumentation_Key
3540 - name : IdentityUrl
3641 valueFrom :
3742 configMapKeyRef :
3843 name : urls
3944 key : IdentityUrl
45+ - name : OrchestratorType
46+ value : ' K8S'
4047 ports :
4148 - containerPort : 80
4249 readinessProbe :
@@ -95,6 +102,13 @@ spec:
95102 configMapKeyRef :
96103 name : externalcfg
97104 key : CatalogBus
105+ - name : ApplicationInsights__InstrumentationKey
106+ valueFrom :
107+ configMapKeyRef :
108+ name : externalcfg
109+ key : Instrumentation_Key
110+ - name : OrchestratorType
111+ value : ' K8S'
98112 ports :
99113 - containerPort : 80
100114 readinessProbe :
@@ -133,7 +147,7 @@ spec:
133147 env :
134148 - name : PATH_BASE
135149 value : /identity
136- - name : ConnectionStrings__DefaultConnection
150+ - name : ConnectionString
137151 valueFrom :
138152 configMapKeyRef :
139153 name : externalcfg
@@ -174,7 +188,14 @@ spec:
174188 valueFrom :
175189 configMapKeyRef :
176190 name : urls
177- key : OrderingApiClient
191+ key : OrderingApiClient
192+ - name : ApplicationInsights__InstrumentationKey
193+ valueFrom :
194+ configMapKeyRef :
195+ name : externalcfg
196+ key : Instrumentation_Key
197+ - name : OrchestratorType
198+ value : ' K8S'
178199 ports :
179200 - containerPort : 80
180201 readinessProbe :
@@ -242,7 +263,14 @@ spec:
242263 valueFrom :
243264 configMapKeyRef :
244265 name : externalcfg
245- key : GracePeriodManager_GracePeriodTime
266+ key : GracePeriodManager_GracePeriodTime
267+ - name : ApplicationInsights__InstrumentationKey
268+ valueFrom :
269+ configMapKeyRef :
270+ name : externalcfg
271+ key : Instrumentation_Key
272+ - name : OrchestratorType
273+ value : ' K8S'
246274 ports :
247275 - containerPort : 80
248276 readinessProbe :
@@ -310,7 +338,14 @@ spec:
310338 valueFrom :
311339 configMapKeyRef :
312340 name : urls
313- key : IdentityUrl
341+ key : IdentityUrl
342+ - name : ApplicationInsights__InstrumentationKey
343+ valueFrom :
344+ configMapKeyRef :
345+ name : externalcfg
346+ key : Instrumentation_Key
347+ - name : OrchestratorType
348+ value : ' K8S'
314349 ports :
315350 - containerPort : 80
316351 readinessProbe :
@@ -388,7 +423,14 @@ spec:
388423 valueFrom :
389424 configMapKeyRef :
390425 name : urls
391- key : Marketing_PicBaseUrl
426+ key : Marketing_PicBaseUrl
427+ - name : ApplicationInsights__InstrumentationKey
428+ valueFrom :
429+ configMapKeyRef :
430+ name : externalcfg
431+ key : Instrumentation_Key
432+ - name : OrchestratorType
433+ value : ' K8S'
392434 ports :
393435 - containerPort : 80
394436 readinessProbe :
@@ -437,6 +479,13 @@ spec:
437479 configMapKeyRef :
438480 name : externalcfg
439481 key : PaymentBus
482+ - name : ApplicationInsights__InstrumentationKey
483+ valueFrom :
484+ configMapKeyRef :
485+ name : externalcfg
486+ key : Instrumentation_Key
487+ - name : OrchestratorType
488+ value : ' K8S'
440489 ports :
441490 - containerPort : 80
442491 readinessProbe :
@@ -546,7 +595,14 @@ spec:
546595 valueFrom :
547596 configMapKeyRef :
548597 name : urls
549- key : PaymentHealthCheckUrl
598+ key : PaymentHealthCheckUrl
599+ - name : ApplicationInsights__InstrumentationKey
600+ valueFrom :
601+ configMapKeyRef :
602+ name : externalcfg
603+ key : Instrumentation_Key
604+ - name : OrchestratorType
605+ value : ' K8S'
550606 ports :
551607 - containerPort : 80
552608 readinessProbe :
@@ -629,7 +685,14 @@ spec:
629685 valueFrom :
630686 configMapKeyRef :
631687 name : urls
632- key : PaymentHealthCheckUrl
688+ key : PaymentHealthCheckUrl
689+ - name : ApplicationInsights__InstrumentationKey
690+ valueFrom :
691+ configMapKeyRef :
692+ name : externalcfg
693+ key : Instrumentation_Key
694+ - name : OrchestratorType
695+ value : ' K8S'
633696 ports :
634697 - containerPort : 80
635698 imagePullSecrets :
@@ -726,6 +789,13 @@ spec:
726789 configMapKeyRef :
727790 name : urls
728791 key : PaymentHealthCheckUrl
792+ - name : ApplicationInsights__InstrumentationKey
793+ valueFrom :
794+ configMapKeyRef :
795+ name : externalcfg
796+ key : Instrumentation_Key
797+ - name : OrchestratorType
798+ value : ' K8S'
729799 ports :
730800 - containerPort : 80
731801 readinessProbe :
0 commit comments