Closed csantanapr closed 4 years ago
Specifics
Update this file, only the minikube section https://github.com/ibm-cloud-architecture/learning-cloudnative-101/blob/master/src/pages/continuous-integration/activities/index.mdx
Update the sample app this specific file from type: NodePort
to type: LoadBalancer
https://github.com/ibm-cloud-architecture/cloudnative_sample_app_deploy/blob/master/kubernetes/service.yaml#L8
Since we are using the same sample app in argocd lab, we should not patch it from NodePort to LoadBalancer, we should tell user to use
minikube tunnel
and access tekton dashboard via LoadBancer IP and also the deployed app at the end no NodePort need it.