This is the starter repo for the QA GitOps in Practice (QAGITOPP) Course
.
├── .github
│ └── workflows
│ └── actions.yml
├── README.md
├── app
│ ├── Dockerfile
│ ├── package.json
│ └── server.js
├── infra
│ └── terraform
│ └── main.tf
├── k8s
│ └── helm
│ ├── Chart.yaml
│ └── templates
│ ├── deploy.yaml
│ └── svc.yaml
└── monitoring
├── grafana
└── prometheus