-
- Downloads
feat(kubernetes): complete Kubernetes setup for todo-app with Minikube
- Added Kubernetes deployment specs for `todo-app` and `mongodb` - Configured NodePort service for external access - Verified application functionality using `minikube service` - Enabled persistent storage for MongoDB using PersistentVolumeClaim - Removed unused `ingress.yml` file - Provided compatibility for ARM64 and Linux environments
parent
cd71134b
No related tags found
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
Showing
- docker-compose.yml 0 additions, 47 deletionsdocker-compose.yml
- mongodb-deployment.yml 44 additions, 0 deletionsmongodb-deployment.yml
- mongodb-service.yml 10 additions, 0 deletionsmongodb-service.yml
- nginx.conf 0 additions, 38 deletionsnginx.conf
- todo-app-deployment.yml 25 additions, 0 deletionstodo-app-deployment.yml
- todo-app-service.yml 11 additions, 0 deletionstodo-app-service.yml
docker-compose.yml
deleted
100644 → 0
mongodb-deployment.yml
0 → 100644
mongodb-service.yml
0 → 100644
nginx.conf
deleted
100644 → 0
todo-app-deployment.yml
0 → 100644
todo-app-service.yml
0 → 100644
Please sign in to comment