Browse Source

Local K8s change DNS to host.docker.internal

pull/1708/head
Mauricio Caro 3 years ago
parent
commit
3bd338a3a9
1 changed files with 1 additions and 1 deletions
  1. +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") {


Loading…
Cancel
Save