This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Local K8s change DNS to host.docker.internal
pull/1708/head
Mauricio Caro
3 years ago
parent
e9aa5256aa
commit
3bd338a3a9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/k8s/helm/deploy-all.ps1
+ 1
- 1
deploy/k8s/helm/deploy-all.ps1
View File
@ -61,7 +61,7 @@ $ingressValuesFile="ingress_values.yaml"
if
(
$useLocalk8s
-eq
$true
)
{
$ingressValuesFile
=
"
ingress_values_dockerk8s.yaml
"
$dns
=
"
localhost
"
$dns
=
"
host.docker.internal
"
}
if
(
$externalDns
-eq
"
aks
"
)
{
Write
Preview
Loading…
Cancel
Save