chore: add resources to deploy with helm and terraform connection-str…#59
Open
xoanmm wants to merge 2 commits intokedacore:mainfrom
Open
chore: add resources to deploy with helm and terraform connection-str…#59xoanmm wants to merge 2 commits intokedacore:mainfrom
xoanmm wants to merge 2 commits intokedacore:mainfrom
Conversation
…ing scenario Signed-off-by: Xoán Mallón <xoanmallon@gmail.com>
Author
|
@tomkerkhove I didn't add a PR in docs repo because I think it's not necessary, I have marked only to pass the checks and let the pipelines be launched, please feel free to comment any improvement or change to be made. |
Member
|
@tomkerkhove PTAL |
Member
|
Jup, still on my list but need some more time - Sorry! |
Author
|
Any chance to take a look @tomkerkhove ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resources have been created for the Process Azure Service Bus Queue by using connection string authentication scenario, both for the creation of resources in Azure using terraform through the files located in
infra-as-code/connection-stringand for the deployment of the manifests located in folderdeploy/connection-stringusing a helm chart created through the files located indeploy/helm/keda-servicebus-connection-stringfor that purpose.Also a Dockerfile was created for the order generator, and the code located in
src/Keda.Samples.Dotnet.OrderGenerator/Program.cshas been modified to be able to check the messages from a variable calledORDER_AMOUNTto be able to launch this job in a disatended way. For this to work it's necessary to create a new image with the code with modifications, and push this image to registryghcr.io/kedacore/sample-dotnet-order-generator-servicebususing thelatesttag.The purpose of these change are facilitate the task of testing this scenario by reducing the number of manual steps and automating the process.
Checklist