Feat: remade project launching to be possible via helm chart
Compare changes
Files
18+ 16
− 0
The magic is done. To launch it:
cd helm-chart/todo-app
helm package .
helm install my-todo-app todo-app-0.1.0.tgz
kubectl get po -A
helm uninstall my-todo-app && rm todo-app-0.1.0.tgz
Let me know if something doesn't work!
Closes #20 (closed)