* 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>
* Added secrets management examples for go
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changes based on the review comments
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
New C# subscriber
LGTM and I want to take this now, to unblock the docker push, which should get the last tests to pass. If not we will fix right away.
* Quickstart example for secret store building block
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Changes for auto validate through workflow
Signed-off-by: Pravin Pushkar <ppushkar@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>
* 💄
* Changed docker installation version
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added virtual box to the minikube
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Reduced memory size
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Reduced memory size
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Updated docker version in all the workflows
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed version for tutorials
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Reverted version change
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed mac os version back to 10.15
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Reverted macos version back to latest
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
W/o this change the reader might not realize they need to cd into the
'node' dir to see the app.js file that we talk about next.
Also removed some extra whitespace at the end of some lines.
Signed-off-by: Doug Davis <dug@microsoft.com>
Don't marshal the order string because when we do we end up JSON-escaping
things which looks funky and inconsistent with the other samples
Signed-off-by: Doug Davis <dug@microsoft.com>
* moving devcontainer to root to enable
* Fix for tutorials to point to new dapr-cli-link
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed additional broken links found by MMD `make validate` in tutorials.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Changing readme to call python3 instead of python per best practices
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed zipkin api bug failing tests. Duration with current multiply code will never be slow enough to return traces results!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Putting "slowness" back in multiplier app by pulling the -slow container from GHCR
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding ignore link for fixed zipkin:19411 on K8s link
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixing test to match observed k8s behavior with multiplyapp apply
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* moving devcontainer to root to enable
* Fix for tutorials to point to new dapr-cli-link
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed additional broken links found by MMD `make validate` in tutorials.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Changing readme to call python3 instead of python per best practices
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed zipkin api bug failing tests. Duration with current multiply code will never be slow enough to return traces results!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>