This repository contains a Helm chart for deploying a web application.
The Helm chart in this repository helps in deploying a web application with the following features:
- Deployment
- Service
- ConfigMap
- Helm 3.x installed
- Kubernetes cluster
helm install
#Test Commit #commit to check branch protection rule behaviour #Commit to check version bump
#Commit to check end to end functioning of jenkisns DSL #Commit to check if ALL pipeline works - final #Bad Commit
kubectl create namespace webapp
helm install rel-2 . --values values.yaml --values values.override.yaml --namespace webapp
kubectl get all -n webapp
kubectl describe pod <pod-name> -n webapp
kubectl logs -f rel-2-app-bgrh8 -c db-migration -n webapp
kubectl logs -f rel-2-app-bgrh8 -c webapp -n webapp