quickstarts icon indicating copy to clipboard operation
quickstarts copied to clipboard

add k8s components

Open filintod opened this issue 1 year ago • 0 comments

Description

When deploying with dapr --init -k --dev we have a ready to use redis instance but the components in the quickstarts do not reflect this. This adds a new folder with suffix -k8s to add the components that can be used in kubernetes. Another option would be to change the cli to change the values of the local component and push to k8s but it might require more work than needed for now.

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [ ] The quickstart code compiles correctly
  • [ ] You've tested new builds of the quickstart if you changed quickstart code
  • [ ] You've updated the quickstart's README if necessary
  • [ ] If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see mechanical-markdown. For user guide with examples see Examples.

filintod avatar Nov 12 '24 19:11 filintod