Skip to content

jorge-mells/todo-app-devops

Repository files navigation

todo-app-devops

devops repository for todo-app

Instructions

Helm

  • create secrets.yaml with the following:
db:
  root_password: <password>
  password: <password>

jwt_secret: <secret>
  • Then run helm install backend-api . -f values.yaml -f secrets.yaml inside the backend-chart directory to deploy the kubernetes app
  • Run helm uninstall backend-api . inside the backend-chart directory to undeploy the app

Argo CD

  • replace the empty "" with the right values

Use kubectl port-forward deployment/backend-server 8000:8000 and localhost:8000 to verify that the cluster is working

Full Deployment

  • WIP. Eventually, you should be able to use deploy.sh to deploy the app.

About

devops repository for todo-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors