diff --git a/TODOS.md b/TODOS.md index 35ba47cc4ebee031aa941be77e62f6466cddf252..4674ea99b3dcebacd5fe27d742adf2aa13e250f2 100644 --- a/TODOS.md +++ b/TODOS.md @@ -7,20 +7,28 @@ ## App Repository - [x] CI config & script - [ ] Working Container Registry or other form of application deployment --> infra repo -- [ ] Write a helm chart which includes the client and server workloads +- [ ] Write helm charts which includes the client and server workloads + - [x] client helm chart + - [ ] server/backend chart with mongodb dependency + - [x] backend image running + - [ ] mongodb pvc setup working + - [ ] connect backend <-> mongodb + - [ ] working replicaCount increase + - [ ] Document test setup in minikube for testing the helm charts? ### Client - [x] Test pipeline -- [ ] Build pipeline +- [x] Build pipeline - [x] Dockerfile ### Server - [x] Test pipeline -- [ ] Build pipeline +- [x] Build pipeline - [X] Dockerfile ## Infra Repository - [x] Add repository +- [ ] document setup in README.md - [ ] CI config & script - [ ] Setup Kubernetes - [ ] Test Env