Updated Deploy to Local Kubernetes (markdown)

Eduard Tomàs 2019-09-10 17:23:52 +02:00
parent b55e4ea44e
commit 479ffb7f0e

@ -115,7 +115,7 @@ docker-compose build
Then, just run this script from the `k8s\helm` folder, to deploy your local images:
```powershell
.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -useLocalImages $true
.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -imagePullPolicy Never
```
The parameter `useLocalk8s` to `$true`, forces the script to use `localhost` as the DNS for all Helm charts and also creates the ingress with the correct ingress class.