LM-Development / aks-sample

Community project providing an undeprecated Microsoft Teams bot sample that runs on Azure Kubernetes Service
https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot
MIT License
1 stars 0 forks source link

Install cert-manager and nginx-ingress: .bat scripts links are not working #32

Open osamabinsaleem opened 4 months ago

osamabinsaleem commented 4 months ago

In this section there are link to three files:

All of these links are not working and also If I search for these files they are present in the deprecated folder as show in the image below:

Screenshot 2024-03-06 at 2 03 05 PM

Are these new files ported to the the new folder with different names?

InDieTasten commented 4 months ago

For the cert bot, take a look here: https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot/deploy/cert-manager

The ingress has been moved into the dependencies of the application chart here: https://github.com/LM-Development/aks-sample/blob/main/Samples/PublicSamples/RecordingBot/deploy/teams-recording-bot/Chart.yaml

So the installation step can be skipped and will be applied automatically, once you get to the step of deploying the helm chart itself.

Docs will need to be changed in that regard. We will probably also undo the packaging of nginx-ingress as dependency and have that separate again in the future. But for now, that approach should work.

osamabinsaleem commented 4 months ago

@InDieTasten Just to be clear, I don't need to do run the ingress script and only the cert bot script, right?

InDieTasten commented 4 months ago

@osamabinsaleem Yes, just the cert bot. The ingress will be deployed automatically has part of the application helm chart.