XamarinCallback config in k8s
This commit is contained in:
parent
f80ee6967a
commit
a91850a190
@ -138,7 +138,8 @@ ExecKube -cmd 'create configmap urls `
|
|||||||
--from-literal=locations_e=http://$($externalDns)/locations-api `
|
--from-literal=locations_e=http://$($externalDns)/locations-api `
|
||||||
--from-literal=marketing_e=http://$($externalDns)/marketing-api `
|
--from-literal=marketing_e=http://$($externalDns)/marketing-api `
|
||||||
--from-literal=basket_e=http://$($externalDns)/basket-api `
|
--from-literal=basket_e=http://$($externalDns)/basket-api `
|
||||||
--from-literal=ordering_e=http://$($externalDns)/ordering-api '
|
--from-literal=ordering_e=http://$($externalDns)/ordering-api `
|
||||||
|
--from-literal=xamarin_callback_e=http://$($externalDns)/xamarincallback'
|
||||||
|
|
||||||
ExecKube -cmd 'label configmap urls app=eshop'
|
ExecKube -cmd 'label configmap urls app=eshop'
|
||||||
|
|
||||||
|
@ -190,6 +190,11 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: urls
|
name: urls
|
||||||
key: webshoppingagg_e
|
key: webshoppingagg_e
|
||||||
|
- name: XamarinCallback
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: urls
|
||||||
|
key: xamarin_callback_e
|
||||||
- name: ApplicationInsights__InstrumentationKey
|
- name: ApplicationInsights__InstrumentationKey
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user