XamarinCallback config in k8s

This commit is contained in:
eiximenis 2018-03-21 18:27:53 +01:00
parent f80ee6967a
commit a91850a190
2 changed files with 8 additions and 2 deletions

View File

@ -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'

View File

@ -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: