Change k8s deployment script to use internal names in urls for intercommunication between apis
This commit is contained in:
parent
4d7ea9460d
commit
bffd87e3e2
@ -87,10 +87,10 @@ while ($true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ExecKube -cmd 'create configmap urls `
|
ExecKube -cmd 'create configmap urls `
|
||||||
--from-literal=BasketUrl=http://$($frontendUrl)/basket-api `
|
--from-literal=BasketUrl=http://basket `
|
||||||
--from-literal=CatalogUrl=http://$($frontendUrl)/catalog-api `
|
--from-literal=CatalogUrl=http://catalog `
|
||||||
--from-literal=IdentityUrl=http://$($frontendUrl)/identity `
|
--from-literal=IdentityUrl=http://$($frontendUrl)/identity `
|
||||||
--from-literal=OrderingUrl=http://$($frontendUrl)/ordering-api `
|
--from-literal=OrderingUrl=http://ordering `
|
||||||
--from-literal=MvcClient=http://$($frontendUrl)/webmvc `
|
--from-literal=MvcClient=http://$($frontendUrl)/webmvc `
|
||||||
--from-literal=SpaClient=http://$($frontendUrl)'
|
--from-literal=SpaClient=http://$($frontendUrl)'
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC Azure</title>
|
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC</title>
|
||||||
|
|
||||||
<environment names="Development">
|
<environment names="Development">
|
||||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user