ganrad / Az-DevOps-Agent-On-AKS

Build and deploy Azure DevOps Pipeline agent in a container on Azure Kubernetes Service. Elastically scale the DevOps build infrastructure.
42 stars 49 forks source link

What is the purpose of ingress resource that is deployed #6

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi,

I just have question , what is the purpose of having ingress resource deployed for agent?

End users will just consume agent in their pipeline in Azuredevops portal and they will never hit the ingress. So had this question.

ganrad commented 3 years ago

Good question @kannappan199 . The helm chart template files were auto generated using 'helm create' which is how the ingress resource got created. You are right in that the devops agent does not use the ingress resource. The ingress resource shouldn't get deployed on k8s either (ingress 'enabled' flag is set to false in 'values.yaml). Hope this clarifies. Thx.