Update README.md

This commit is contained in:
Puneet Khurana 2025-04-15 16:42:42 +00:00
parent a077758010
commit e62e16e6aa

View File

@ -14,23 +14,7 @@ The application is designed to:
---
## 📁 Project Structure
File/Folder Description |
| index.html`, `style.css`, `script.js` | Frontend game files |
| Dockerfile` | Builds Nginx image to serve the game |
| prepare-app.sh` | Prepares the environment and Docker image |
| start-app.sh` | Applies all Kubernetes resources |
| stop-app.sh` | Cleans up all Kubernetes resources |
| namespace.yaml` | Creates the `typing-game` namespace |
| deployment.yaml` | Deploys the frontend via Nginx |
| service.yaml` | Exposes frontend using NodePort |
| pv-pvc.yaml` | Defines persistent volume and claim |
| statefulset.yaml` | Dummy backend with StatefulSet + PVC |
|
---
## How to Run