Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit a91850a

Browse files
committed
XamarinCallback config in k8s
1 parent f80ee69 commit a91850a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

k8s/deploy.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ ExecKube -cmd 'create configmap urls `
138138
--from-literal=locations_e=http://$($externalDns)/locations-api `
139139
--from-literal=marketing_e=http://$($externalDns)/marketing-api `
140140
--from-literal=basket_e=http://$($externalDns)/basket-api `
141-
--from-literal=ordering_e=http://$($externalDns)/ordering-api '
141+
--from-literal=ordering_e=http://$($externalDns)/ordering-api `
142+
--from-literal=xamarin_callback_e=http://$($externalDns)/xamarincallback'
142143

143144
ExecKube -cmd 'label configmap urls app=eshop'
144145

k8s/deployments.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,12 @@ spec:
189189
valueFrom:
190190
configMapKeyRef:
191191
name: urls
192-
key: webshoppingagg_e
192+
key: webshoppingagg_e
193+
- name: XamarinCallback
194+
valueFrom:
195+
configMapKeyRef:
196+
name: urls
197+
key: xamarin_callback_e
193198
- name: ApplicationInsights__InstrumentationKey
194199
valueFrom:
195200
configMapKeyRef:

0 commit comments

Comments
 (0)