Skip to content

cve-chatbot-k8s/helm-webapp-cve-processor

Repository files navigation

helm-webapp

This repository contains a Helm chart for deploying a web application.

Overview

The Helm chart in this repository helps in deploying a web application with the following features:

  • Deployment
  • Service
  • ConfigMap

Getting Started

Prerequisites

  • Helm 3.x installed
  • Kubernetes cluster

Installation

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

Steps to Deploy

kubectl create namespace webapp
helm install rel-2 . --values values.yaml --values values.override.yaml --namespace webapp

Steps to Check and Debug

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