* Sets APP_PORT in env var of kubernetes yaml and sets default value in code if not set. Fixes#682
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixed whitespace in yaml for env var "value: "
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixing to point to public container image vs test image
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Updated hello-world/-kuberentes Node.js apps
1. Using async/await rather than promises for better readability
2. Make sure that methods do not return until state is committed
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* 💄